sync: import when annex-tracking-branch is configured
This works, and tested syncing both gets changes from a special remote and sends changes to it, keeping it fully in sync nicely! But have not tried it with a subdir configured.
This commit is contained in:
parent
ca1a3caaa8
commit
c755788256
3 changed files with 41 additions and 9 deletions
|
@ -10,6 +10,16 @@ this.
|
|||
|
||||
## implementation notes
|
||||
|
||||
* renameExport is disabled in a way that makes export tree
|
||||
complain unncessarily verbosely. Perhaps change renameExport
|
||||
to a Maybe so it can know when it's not available.
|
||||
|
||||
* Does export of master:subdir update the remote tracking branch right?
|
||||
|
||||
* Does sync --content with remote.name.annex-tracking-branch=master:subdir
|
||||
export the right tree and update the remote tracking branch right?
|
||||
Does it import correctly?
|
||||
|
||||
* Need to support annex-tracking-branch configuration, which documentation
|
||||
says makes git-annex sync and assistant do imports.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue