From e9674db2f0cda54751eea901a13a330bb41a25be Mon Sep 17 00:00:00 2001 From: clement Date: Fri, 27 Mar 2015 10:34:27 +0000 Subject: [PATCH] Added a comment: Details --- ..._82f1c3c6aaeb488582ee08518b193f99._comment | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_2_82f1c3c6aaeb488582ee08518b193f99._comment diff --git a/doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_2_82f1c3c6aaeb488582ee08518b193f99._comment b/doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_2_82f1c3c6aaeb488582ee08518b193f99._comment new file mode 100644 index 0000000000..457c288ddb --- /dev/null +++ b/doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_2_82f1c3c6aaeb488582ee08518b193f99._comment @@ -0,0 +1,27 @@ +[[!comment format=mdwn + username="clement" + subject="Details" + date="2015-03-27T10:34:26Z" + content=""" +I tried it again with dfifferent usbs and filesystems, and it looks like it only +happens with VFAT (e.g not ext). Retracing my step, here is what I do: + +1. Create a repository on my local machine using git-annex assistant. + +2. Create another non-bare repository on a VFAT usb stick and combine the two. + +3. Add a file to the local repository + +4. I doesn't synchronise and log shows the missing index error. + +It also happens the other way around. If I + +1. Create a repository on the usb device, and + +2. create a paired repository on my machine, I get a straight up + + Internal Server Error + + /mnt/USB/annexdir/.git/index: copyFile: does not exist (No such file or directory) + +"""]]