summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-26 13:35:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-26 13:35:36 -0400
commit3e4a800cef583532645375ff86c452733e500e1b (patch)
tree04951e17aa3e148d87abd147f34d4ae39700f845
parentd5f3d8a1078ef51823071ba74a8c2780942d7255 (diff)
response
-rw-r--r--doc/todo/Allow_for_TRANSFER-SUCCESS_to_report_also_a_URL_where_key_could_now_be_obtained_from/comment_1_9f4245bd016f9283464a25698563786c._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/todo/Allow_for_TRANSFER-SUCCESS_to_report_also_a_URL_where_key_could_now_be_obtained_from/comment_1_9f4245bd016f9283464a25698563786c._comment b/doc/todo/Allow_for_TRANSFER-SUCCESS_to_report_also_a_URL_where_key_could_now_be_obtained_from/comment_1_9f4245bd016f9283464a25698563786c._comment
new file mode 100644
index 000000000..1976eda52
--- /dev/null
+++ b/doc/todo/Allow_for_TRANSFER-SUCCESS_to_report_also_a_URL_where_key_could_now_be_obtained_from/comment_1_9f4245bd016f9283464a25698563786c._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-10-26T17:29:46Z"
+ content="""
+Well no, the filename passed to "TRANSFER STORE" is wherever the content
+of the file is, in most circumstances it will not be a file in the working
+tree.
+
+(And even if the filename is a worktree file in some case, the special
+remote needs to support storing multiple versions of a file. So trying to
+use the name used in the working tree on the special remote seems very
+problimatic.)
+
+In any case, the external special remote protocol already has
+`SETURLPRESENT` which can be used if a TRANSFER STORE makes a key be
+available at an url.
+"""]]