summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://christian.amsuess.com/chrysn <chrysn@web>2016-10-24 13:00:56 +0000
committerGravatar admin <admin@branchable.com>2016-10-24 13:00:56 +0000
commit3b4b4e5043e6d2575971577be50893d3f9a9549b (patch)
treeaee7c777ef4b52fd931ff5a1d74f79e09cdfb656
parent36d72c2898a85183ebce43a180f24d2f9608c3ed (diff)
Added a comment
-rw-r--r--doc/todo/bittorrent__58___support_offline_operation_and_verification/comment_2_262f9d68a865300d894c4077e0e8a70c._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/bittorrent__58___support_offline_operation_and_verification/comment_2_262f9d68a865300d894c4077e0e8a70c._comment b/doc/todo/bittorrent__58___support_offline_operation_and_verification/comment_2_262f9d68a865300d894c4077e0e8a70c._comment
new file mode 100644
index 000000000..781af4ef6
--- /dev/null
+++ b/doc/todo/bittorrent__58___support_offline_operation_and_verification/comment_2_262f9d68a865300d894c4077e0e8a70c._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="http://christian.amsuess.com/chrysn"
+ nickname="chrysn"
+ avatar="http://christian.amsuess.com/avatar/bf293be5f036c0b6a1ac26519c8b6b07bfe749b971329c5014e8d84b53579735"
+ subject="comment 2"
+ date="2016-10-24T13:00:56Z"
+ content="""
+the `--file`/`--subfile` syntax would be workable; i'd probably employ a dedicated script to either know the sanitization mapping of the downloading client or to do heuristics based on file sizes. (side note on sanitization mappings: at least transmission seems to map every sane name through the identity map).
+
+i'm worried though that adding the pre-downloaded files file-by-file will then make it harder for git-annex to do a verified check-in; if, for example, we have a two-file torrent, and add the first one, git-annex can't veriyf that file because the second half of its last chunk is missing. unless git-annex started a download of the last chunk, it couldn't be sure that the #1 .log.web line is valid, and would need to keep that in some unverified staging area a la \"./file1 could be ./two-part.torrent#1, but i couldn't check that yet\", and only commit that information when file2 is added.
+"""]]