aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/transitive_transfers
diff options
context:
space:
mode:
authorGravatar erics <erics@web>2016-09-25 00:33:57 +0000
committerGravatar admin <admin@branchable.com>2016-09-25 00:33:57 +0000
commit200926455ef5bf9d60be17870c340784aeb8b26e (patch)
tree2791fae043a63fac41770c29560b7150d9d4eabc /doc/todo/transitive_transfers
parent16f51381843b8f38e864d6643bd1c25a12307b20 (diff)
Added a comment
Diffstat (limited to 'doc/todo/transitive_transfers')
-rw-r--r--doc/todo/transitive_transfers/comment_4_cb92e81c1ea00ca72f9a5ee729d627f4._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/transitive_transfers/comment_4_cb92e81c1ea00ca72f9a5ee729d627f4._comment b/doc/todo/transitive_transfers/comment_4_cb92e81c1ea00ca72f9a5ee729d627f4._comment
new file mode 100644
index 000000000..bf6887ec5
--- /dev/null
+++ b/doc/todo/transitive_transfers/comment_4_cb92e81c1ea00ca72f9a5ee729d627f4._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="erics"
+ subject="comment 4"
+ date="2016-09-25T00:33:56Z"
+ content="""
+> And there is a complication with running [`git annex copy --from --to`] at the same time as eg `git annex get` of the same file. It would be surprising for get to succeed (because copy has already temporarily downloaded the file) and then have the file later get dropped.
+
+A solution to this subproblem would transparently fall out of a facility for [logically dropping files](http://git-annex.branchable.com/todo/wishlist__58_____96__git_annex_drop_--relaxed__96__/#comment-9672d46a18a381971dd818cde6efbc33), which was briefly talked about a long time ago. Just mark the file as *logically dropped*. If the user `git annex get`s it while the copy-out is in progress, its status will change to \"present\", so *copy* will know not to physically delete it.
+
+(Of course there are race conditions involved, but I presume/hope that they're no worse than git-annex already has to deal with.)
+"""]]