summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar clement <clement@web>2015-03-27 10:34:27 +0000
committerGravatar admin <admin@branchable.com>2015-03-27 10:34:27 +0000
commit1edff7386040672287c3d3396356d111e8c745b5 (patch)
tree6e9840ae380efda29ac43290ad6e864994978336
parent45381f551d59625d5fba85884526f503a366c237 (diff)
Added a comment: Details
-rw-r--r--doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_2_82f1c3c6aaeb488582ee08518b193f99._comment27
1 files changed, 27 insertions, 0 deletions
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 000000000..457c288dd
--- /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)
+
+"""]]