File: exporttree_interaction_with_adjusted_branch.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (9 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
When on an adjusted branch, git annex sync --content with an exportree
remote that  should commit changes, merge back to master, and then when
the remote's annex-tracking-branch is master, the updated master should be
exported to the remote.

I'm told there's a one sync lag in changes reaching the remote. Ie, it's
exporting to the remote before merging adjusted/master into master, or
something like that. Have not verified and it could be some other root
cause than that. --[[Joey]]