import+export from directory special remote fully working
Had to add two more API calls to override export APIs that are not safe for use in combination with import. It's unfortunate that removeExportDirectory is documented to be allowed to remove non-empty directories. I'm not entirely sure why it's that way, my best guess is it was intended to make it easy to implement with just rm -rf.
This commit is contained in:
parent
554b7b7f3e
commit
8c54604e67
6 changed files with 129 additions and 77 deletions
|
@ -18,9 +18,6 @@ this.
|
|||
from the contentidentifier database would see values that were earlier
|
||||
written by the same process.
|
||||
|
||||
* Test export to importtree=yes remote and make sure it uses
|
||||
storeExportWithContentIdentifier 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