summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar clement <clement@web>2015-03-25 23:21:28 +0000
committerGravatar admin <admin@branchable.com>2015-03-25 23:21:28 +0000
commit3170cf5c1eb990280ac0148f1638482e6e3351c9 (patch)
tree12669fcb28d48dea8a5641f2de1d6506948a69aa
parentd7d2c6b1751d8899cd1c7fab2779e40e26656968 (diff)
Added a comment: Details
-rw-r--r--doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_7_ceb4393bce56f8ee11e3275122be054f._comment30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_7_ceb4393bce56f8ee11e3275122be054f._comment b/doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_7_ceb4393bce56f8ee11e3275122be054f._comment
new file mode 100644
index 000000000..dcd3c081c
--- /dev/null
+++ b/doc/bugs/Assistant:_synchronisation_between_two_regular_repositories_hangs_/comment_7_ceb4393bce56f8ee11e3275122be054f._comment
@@ -0,0 +1,30 @@
+[[!comment format=mdwn
+ username="clement"
+ subject="Details"
+ date="2015-03-25T23:21:28Z"
+ content="""
+I tried I again with different usb sticks and filesystems, and it
+seems to be happening only with VFAT (e.g not ext). Retracing my
+steps here is what I do:
+
+1. Create a repository on my local machine
+
+2. Create a non bare repository on usb, and combine the two
+
+3. Add a file on my machine
+
+4. It doesn't synchronise, and I get the missing index error
+
+
+It happens the other way around too, if I
+
+1. Create a regular repository on usb
+
+2. Try to 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)
+
+
+"""]]