From 40c67646854868753c967a564b6b0f2b63bff719 Mon Sep 17 00:00:00 2001 From: "http://edheil.wordpress.com/" Date: Tue, 12 Mar 2013 14:25:17 +0000 Subject: [PATCH 1/5] Added a comment --- .../comment_1_c13d86fb2541676ee4ca1446b99e0e68._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Assistant_dropping_from_backup_repo/comment_1_c13d86fb2541676ee4ca1446b99e0e68._comment diff --git a/doc/bugs/Assistant_dropping_from_backup_repo/comment_1_c13d86fb2541676ee4ca1446b99e0e68._comment b/doc/bugs/Assistant_dropping_from_backup_repo/comment_1_c13d86fb2541676ee4ca1446b99e0e68._comment new file mode 100644 index 0000000000..5e69655e05 --- /dev/null +++ b/doc/bugs/Assistant_dropping_from_backup_repo/comment_1_c13d86fb2541676ee4ca1446b99e0e68._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://edheil.wordpress.com/" + ip="173.162.44.162" + subject="comment 1" + date="2013-03-12T14:25:16Z" + content=""" +This sounds very similar to [[http://git-annex.branchable.com/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/]]; my client was pulling in content prior to dropping it from a \"backup\" repo on a USB drive. +"""]] From 414d63603ba80022ca6dad8d956a171f10abdad5 Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~arand" Date: Tue, 12 Mar 2013 19:32:29 +0000 Subject: [PATCH 2/5] --- ...th_--file_doesn__39__t_actually_relax.mdwn | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/addurl_--relaxed_with_--file_doesn__39__t_actually_relax.mdwn 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 0000000000..09e91f380d --- /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 From b1076b2c070c5739164d9c1d84cc8d46ee353a19 Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~arand" Date: Tue, 12 Mar 2013 19:42:26 +0000 Subject: [PATCH 3/5] --- ..._typo_fix__44___specific-__62__specify.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt diff --git a/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt b/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt new file mode 100644 index 0000000000..86e0eb22e5 --- /dev/null +++ b/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt @@ -0,0 +1,24 @@ +From d9fcc1fd0ebce667677679fd7e36ca3815290f2c Mon Sep 17 00:00:00 2001 +From: Martin Erik Werner +Date: Tue, 12 Mar 2013 20:37:52 +0100 +Subject: [PATCH] manpage: typo fix, specific->specify + +--- + doc/git-annex.mdwn | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn +index 8013c37..80002b4 100644 +--- a/doc/git-annex.mdwn ++++ b/doc/git-annex.mdwn +@@ -155,7 +155,7 @@ subdirectories). + To avoid immediately downloading the url, specify --fast. + + To avoid storing the size of the url's content, and accept whatever +- is there at a future point, specific --relaxed. (Implies --fast.) ++ is there at a future point, specify --relaxed. (Implies --fast.) + + Normally the filename is based on the full url, so will look like + "www.example.com_dir_subdir_bigfile". For a shorter filename, specify +-- +1.7.10.4 From 53d52904f85381f8d93aea5ca640301d5718ceda Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~arand" Date: Tue, 12 Mar 2013 19:48:41 +0000 Subject: [PATCH 4/5] --- doc/git-annex.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 8013c37699..80002b414d 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -155,7 +155,7 @@ subdirectories). To avoid immediately downloading the url, specify --fast. To avoid storing the size of the url's content, and accept whatever - is there at a future point, specific --relaxed. (Implies --fast.) + is there at a future point, specify --relaxed. (Implies --fast.) Normally the filename is based on the full url, so will look like "www.example.com_dir_subdir_bigfile". For a shorter filename, specify From bf67d01ff72625a5004ff4dac31f13eeb247f9d7 Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~arand" Date: Tue, 12 Mar 2013 19:49:56 +0000 Subject: [PATCH 5/5] removed --- ..._typo_fix__44___specific-__62__specify.txt | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt diff --git a/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt b/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt deleted file mode 100644 index 86e0eb22e5..0000000000 --- a/doc/bugs/__91__PATCH__93___manpage:_typo_fix__44___specific-__62__specify.txt +++ /dev/null @@ -1,24 +0,0 @@ -From d9fcc1fd0ebce667677679fd7e36ca3815290f2c Mon Sep 17 00:00:00 2001 -From: Martin Erik Werner -Date: Tue, 12 Mar 2013 20:37:52 +0100 -Subject: [PATCH] manpage: typo fix, specific->specify - ---- - doc/git-annex.mdwn | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn -index 8013c37..80002b4 100644 ---- a/doc/git-annex.mdwn -+++ b/doc/git-annex.mdwn -@@ -155,7 +155,7 @@ subdirectories). - To avoid immediately downloading the url, specify --fast. - - To avoid storing the size of the url's content, and accept whatever -- is there at a future point, specific --relaxed. (Implies --fast.) -+ is there at a future point, specify --relaxed. (Implies --fast.) - - Normally the filename is based on the full url, so will look like - "www.example.com_dir_subdir_bigfile". For a shorter filename, specify --- -1.7.10.4