diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-07-12 12:56:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-07-12 12:56:13 -0400 |
commit | f3e6b27f8d66e40897da7145bf5bfaf9fbd64054 (patch) | |
tree | 8ee8f7a71cf26cd68d60ae7d46f72048328ed541 /doc/design | |
parent | b681b693fac4565e122953967ad0a8b54e5eda40 (diff) |
comment
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/exporting_trees_to_special_remotes/comment_4_126ee5332ff88b3993d33d59328d4148._comment | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/design/exporting_trees_to_special_remotes/comment_4_126ee5332ff88b3993d33d59328d4148._comment b/doc/design/exporting_trees_to_special_remotes/comment_4_126ee5332ff88b3993d33d59328d4148._comment new file mode 100644 index 000000000..89bc18d4c --- /dev/null +++ b/doc/design/exporting_trees_to_special_remotes/comment_4_126ee5332ff88b3993d33d59328d4148._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2017-07-12T16:45:51Z" + content=""" +I've added a section with changes to the external special remote protocol. +I included the Key in each of the new protocol commands, although it's not +strictly neeed, to allow the implementation to use SETURLPRESENT, SETSTATE, +etc. + +`git annex copy $file --to myexport` could perhaps work; the difficulty +though is, what if you've exported branch foo, and then checked out bar, +and so you told it to export one version of the file, and are running +git-annex copy on a different version? It seems that git-annex would have +to cross-check in this and similar commands, to detect such a situation. +Unsure how much more work that would be, both CPU time and implementation +time. + +I do think that `git annex get` could download files from exports easily +enough, but see the "location tracking" section for trust caveats. + +I'm not clear about what you're suggesting be done with versioning support +in external special remotest? +"""]] |