diff options
author | https://launchpad.net/~arand <arand@web> | 2013-03-12 19:32:29 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-12 19:32:29 +0000 |
commit | d5d7f2df751e8214350dcf1e18074ec3dd3ce359 (patch) | |
tree | 4e7e8041d2bae50c9bf1f92e163e6187ed7111d6 /doc | |
parent | e5288abdff3d96c3b5b9ad7cef55d465832280ab (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/addurl_--relaxed_with_--file_doesn__39__t_actually_relax.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/addurl_--relaxed_with_--file_doesn__39__t_actually_relax.mdwn b/doc/bugs/addurl_--relaxed_with_--file_doesn__39__t_actually_relax.mdwn new file mode 100644 index 000000000..09e91f380 --- /dev/null +++ b/doc/bugs/addurl_--relaxed_with_--file_doesn__39__t_actually_relax.mdwn @@ -0,0 +1,24 @@ +It appears like addurl --relaxed if used incombination with --file doesn't actually relax. + +(I'm interested in quickly adding links to an extremely large set of files (and for a large set of revisions), and the fact that addurl takes a second or so per file makes this impossible performance-wise.) + +What steps will reproduce the problem? (Well, this isn't the problem per see, but it illustrates that it does checking) + + $ echo foo > foo + $ git annex add foo + $ git annex addurl --relaxed http://lambda.haskell.org/platform/download/2012.4.0.0/haskell-platform-2012.4.0.0.tar.gz --file foo + addurl foo + failed to verify url: http://lambda.haskell.org/platform/download/2012.4.0.0/haskell-platform-2012.4.0.0.tar.gz + failed + git-annex: addurl: 1 failed + +What version of git-annex are you using? On what operating system? + +Debian Sid + + git-annex version: 4.20130228 + local repository version: 3 + default repository version: 3 + supported repository versions: 3 4 + upgrade supported from repository versions: 0 1 2 + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS |