summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-06 16:20:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-06 16:20:57 -0400
commit35eebfadc6ba7c9ecbf3c4a4be0277a9ba9c43f0 (patch)
tree4383200f994c7fcf2e9615dabd76102cd1d9b5ca /doc/bugs
parentbafd7e7686eba66f6b0c6c71e228d33be17c92d4 (diff)
followup and open bug
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/assistant_sometimes_does_not_merge_changes_from_remote.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/assistant_sometimes_does_not_merge_changes_from_remote.mdwn b/doc/bugs/assistant_sometimes_does_not_merge_changes_from_remote.mdwn
new file mode 100644
index 000000000..1abc7ffcb
--- /dev/null
+++ b/doc/bugs/assistant_sometimes_does_not_merge_changes_from_remote.mdwn
@@ -0,0 +1,12 @@
+This bug seems to be somewhat reproducible:
+
+1. Set up ~/annex using webapp, keep empty.
+2. Add another local repo, eg /tmp/annex, and combine the 2 repositories.
+
+Now files written to ~/annex should quickly appear in /tmp/annex, and
+vice-versa. However, this seems not to happen at first. There's a pause
+for some reason until changes start propigating. Apparently a push from
+the repo that got the file to the other repo doesn't happen.
+After this pause, syncing of changes starts happening quickly, as expected.
+
+--[[Joey]]