summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e311 <robertschuetz@web>2017-12-09 11:50:09 +0000
committerGravatar admin <admin@branchable.com>2017-12-09 11:50:09 +0000
commit037bdd58adf4b6c5ed74e1ae24ef4c2702db1431 (patch)
treecde8e7d45492a40f3fcb084c3c2853f639fbf3ce
parent36a0e5be31ed7d693b7412d55d36ef42635081c3 (diff)
Added a comment
-rw-r--r--doc/forum/Adding_a_URL_from_wayback_machine/comment_2_6df0501b103a7cfcd1eaa4120f7fa818._comment26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/forum/Adding_a_URL_from_wayback_machine/comment_2_6df0501b103a7cfcd1eaa4120f7fa818._comment b/doc/forum/Adding_a_URL_from_wayback_machine/comment_2_6df0501b103a7cfcd1eaa4120f7fa818._comment
new file mode 100644
index 000000000..c438596bf
--- /dev/null
+++ b/doc/forum/Adding_a_URL_from_wayback_machine/comment_2_6df0501b103a7cfcd1eaa4120f7fa818._comment
@@ -0,0 +1,26 @@
+[[!comment format=mdwn
+ username="robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e311"
+ nickname="robert.schuetz"
+ avatar="http://cdn.libravatar.org/avatar/89879460a9e84b9c736d982d9489d3d9"
+ subject="comment 2"
+ date="2017-12-09T11:50:09Z"
+ content="""
+I'm adding a file and later want to add a URL, that doesn't give a Content-Length header, to the file.
+
+It is essantially the following:
+
+ mkdir test
+ cd test
+ git init
+ git annex init
+ wget http://web.archive.org/web/20171117120847/https://downloads.kitenet.net/videos/git-annex/git-annex_views_demo.ogg
+ git annex add
+ git annex addurl \"http://web.archive.org/web/20171117120847/https://downloads.kitenet.net/videos/git-annex/git-annex_views_demo.ogg\" --file git-annex_views_demo.ogg
+
+and the last command gives me the result
+
+ addurl git-annex_views_demo.ogg
+ while adding a new url to an already annexed file, url does not have expected file size (use --relaxed to bypass this check) http://web.archive.org/web/20171117120847/https://downloads.kitenet.net/videos/git-annex/git-annex_views_demo.ogg
+ failed
+ git-annex: addurl: 1 failed
+"""]]