sync with special remotes with an annex:: url
Check explicitly for an annex:: url, not just any url. While no built-in special remotes set an url, except ones that can be synced with, it seems possible that some external special remote sets an url for its own use, but did not expect it to be used by git-annex sync et al. The assistant also syncs with them.
This commit is contained in:
parent
22bf23782f
commit
58301e40d2
6 changed files with 26 additions and 7 deletions
|
@ -10,8 +10,6 @@ will be available to users who don't use datalad.
|
|||
|
||||
This is implememented and working. Remaining todo list for it:
|
||||
|
||||
* git-annex sync doesn't pull/push to these remotes, and should.
|
||||
|
||||
* Cloning from an annex:: url with importtree=yes doesn't work
|
||||
(with or without exporttree=yes). This is because the ContentIdentifier
|
||||
db is not populated. It should be possible to work around this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue