summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar clement <clement@web>2015-03-12 11:00:29 +0000
committerGravatar admin <admin@branchable.com>2015-03-12 11:00:29 +0000
commit2623056883a476c02245ce7a6d40fd43a3ac277e (patch)
treea01f3e4e466e171432d70e72e7275134f0c84afe
parent906e051f6452d49818a522f0d29c4637323b80ba (diff)
-rw-r--r--doc/bugs/assistant:_synchronisation_between_to_regular_repositories_hangs_.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/assistant:_synchronisation_between_to_regular_repositories_hangs_.mdwn b/doc/bugs/assistant:_synchronisation_between_to_regular_repositories_hangs_.mdwn
new file mode 100644
index 000000000..8e6c4f468
--- /dev/null
+++ b/doc/bugs/assistant:_synchronisation_between_to_regular_repositories_hangs_.mdwn
@@ -0,0 +1,28 @@
+### Please describe the problem.
+
+Two regular repositories created with the assistant, one on the computer and one on an USB stick cannot synchronise. Log reports problem with the index file:
+
+ /media/usb/annex/.git/index: copyFile: does not exist (No such file or directory)
+
+### What steps will reproduce the problem?
+
+Create a repository and then another on an usb stick (with `Add another repository`) and add a file to the first one, it doesn't synchronise.
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex 5.20141125 from Debian Jessie
+
+### Please provide any additional information below.
+
+I was able to solve the problem by copying the .git/index file from the first repository to the second one.
+
+Also note that the second repository is on a FAT32 usb stick
+
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]