File: assistant_sometimes_does_not_merge_changes_from_remote.mdwn

package info (click to toggle)
git-annex 10.20250721-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 74,484 kB
  • sloc: haskell: 90,982; javascript: 9,103; sh: 1,469; makefile: 213; perl: 137; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
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]]