diff options
author | yarikoptic <yarikoptic@web> | 2018-02-07 18:31:45 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-02-07 18:31:45 +0000 |
commit | 976d170aadcfba226c06d9f1b0e8d20578ccddf3 (patch) | |
tree | d02df3473f8a4c3abf4c111b8817ed62075f570a | |
parent | 759c89dbdb2af41b1026dd1be8da1748ba4cd091 (diff) |
Added a comment
-rw-r--r-- | doc/design/exporting_trees_to_special_remotes/comment_19_00d28c758509939974e4583e9b1b9e12._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/exporting_trees_to_special_remotes/comment_19_00d28c758509939974e4583e9b1b9e12._comment b/doc/design/exporting_trees_to_special_remotes/comment_19_00d28c758509939974e4583e9b1b9e12._comment new file mode 100644 index 000000000..5e1835eb3 --- /dev/null +++ b/doc/design/exporting_trees_to_special_remotes/comment_19_00d28c758509939974e4583e9b1b9e12._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 19" + date="2018-02-07T18:31:45Z" + content=""" +> Changing VERSION would prevent any older versions of git-annex from working with that external special remote, since they would reject the unknown version. (The current parsing of VERSION also happens to preclude adding some fields after the number.) + +I still do not get it, sorry -- If there is an older git-annex, and a special remote requests some higher VERSION (thus stating that it needs some features older git-annex does not support), IMHO it would be perfectly fine to fail to use that remote since it wouldn't be usable anyways with that older git-annex (i.e. require some special features it does not provide). If special remote does not need any feature not present in version `1`, it (like all of them ATM) could still keep requesting `VERSION 1` thus staying compatible with whatever old git-annex is out there. +"""]] |