note
authorJoey Hess <joeyh@joeyh.name>
Fri, 11 Dec 2020 19:48:03 +0000 (15:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 11 Dec 2020 19:48:03 +0000 (15:48 -0400)
doc/todo/stalldetection_for_import_and_export.mdwn

index a4698f461a20257acc3e1bb5163c5ee016467143..850dfd12720dde5a60af86ef4915161002b8ee13 100644 (file)
@@ -3,3 +3,8 @@ import and export from remotes.
 
 This should be doable, but it will need the transferkeys protocol to be
 extended to cover the additional actions. --[[Joey]] 
+
+> Note that, the protocol is designed so new requests can be added.
+> The old transferkeys will exit with an error if the new git-annex
+> happens to run it somehow. So it should be fine to add this stuff later
+> on. --[[Joey]]