diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-28 15:37:34 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-28 15:37:34 -0400 |
commit | 6256956f4f334b2fe7318f91b6ce86c9a4192c00 (patch) | |
tree | 75afb3634fb3e9621162bdd0c8befc235ee8c1f0 /doc/design | |
parent | 572cf8e2de24b9d04c1e6b5c24c36adc6371644a (diff) |
simplify
Key is needed to use in reply
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/exporting_trees_to_special_remotes.mdwn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/design/exporting_trees_to_special_remotes.mdwn b/doc/design/exporting_trees_to_special_remotes.mdwn index ac8da297c..9327b475f 100644 --- a/doc/design/exporting_trees_to_special_remotes.mdwn +++ b/doc/design/exporting_trees_to_special_remotes.mdwn @@ -118,8 +118,6 @@ Here's the changes to the latter: * `TRANSFEREXPORT STORE|RETRIEVE Key File` Requests the transfer of a File on local disk to or from the previously provided Name on the special remote. - The Key is provided in case the special remote wants to use eg - `SETURIPRESENT`. The remote responds with either `TRANSFER-SUCCESS` or `TRANSFER-FAILURE`, and a remote where exports do not make sense may always fail. @@ -131,15 +129,11 @@ Here's the changes to the latter: * `REMOVEEXPORT Key` Requests the remote to remove content stored by `TRANSFEREXPORT` with the previously provided Name. - The Key is provided in case the remote wants to use eg - `SETURIMISSING`. The remote responds with either `REMOVE-SUCCESS` or `REMOVE-FAILURE`. * `RENAMEEXPORT Key NewName` Requests the remote rename a file stored on it from the previously provided Name to the NewName. - The Key is provided in case the remote wants to use eg - `SETURIMISSING` and `SETURIPRESENT`. The remote responds with `RENAMEEXPORT-SUCCESS`, `RENAMEEXPORT-FAILURE`, or with `RENAMEEXPORT-UNSUPPORTED` if an efficient rename cannot be done. |