summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-01-13 23:49:30 +0000
committerGravatar admin <admin@branchable.com>2016-01-13 23:49:30 +0000
commit2893764aef0aa08bd1145b3f14356eb1e2cae776 (patch)
tree01a1ad783ee5b64bf5789fc8d684c877e0e992f3
parentb2c7df3cad639301b57372bbadef3a025a4e1eac (diff)
Added a comment: "done" but only for non --fast/--relaxed
-rw-r--r--doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment b/doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment
new file mode 100644
index 000000000..3f362489b
--- /dev/null
+++ b/doc/todo/make_addurl_respect_annex.largefiles_option/comment_5_16390f75b3685df93f18a89e7cb56757._comment
@@ -0,0 +1,27 @@
+[[!comment format=mdwn
+ username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4"
+ subject="&quot;done&quot; but only for non --fast/--relaxed"
+ date="2016-01-13T23:49:30Z"
+ content="""
+ah -- didn't spot that it was \"done\" (didn't see a notification on it being resolved in invoice or emails)
+
+unfortunately it seems to not work for --fast (or --relaxed, although that one I guess I can understand):
+
+[[!format sh \"\"\"
+
+$ chmod a+w -R /tmp/123; rm -rf /tmp/123; mkdir /tmp/123; cd /tmp/123; git init; git annex init;
+Initialized empty Git repository in /tmp/123/.git/
+init ok
+(recording state in git...)
+
+$ git -c annex.largefiles=exclude=*.txt annex addurl --file=test.txt --fast \"http://www.onerussian.com/tmp/banner.png\"
+addurl test.txt ok
+(recording state in git...)
+
+$ ls -l test.txt
+lrwxrwxrwx 1 yoh yoh 132 Jan 13 18:44 test.txt -> .git/annex/objects/KW/kj/URL-s25319--http&c%%www.onerussian.com%tmp%banner.png/URL-s25319--http&c%%www.onerussian.com%tmp%banner.png
+
+\"\"\"]]
+
+it does for if no --fast, or --relaxed
+"""]]