From d9126c44f4537a281fa047d2a0a58cca40ac4f67 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 3 Mar 2013 19:42:19 +0000 Subject: [PATCH 1/5] Added a comment --- ...comment_5_b27f4c103dda050b6e9cf03ea3157abc._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/comment_5_b27f4c103dda050b6e9cf03ea3157abc._comment diff --git a/doc/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/comment_5_b27f4c103dda050b6e9cf03ea3157abc._comment b/doc/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/comment_5_b27f4c103dda050b6e9cf03ea3157abc._comment new file mode 100644 index 0000000000..434bcb1ddf --- /dev/null +++ b/doc/bugs/__39__client__39___repo_starts_pulling_in___39__archive__39___content/comment_5_b27f4c103dda050b6e9cf03ea3157abc._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 5" + date="2013-03-03T19:42:19Z" + content=""" +A symlink not added to git could happen with the assistant for various reasons. For example, if the assistant was shut down before it got a chance to stage a newly added file. The assistant detects such symlinks when started up and will add them then. + +Back to the original bug report.. +"""]] From 5c1975cfc891242d3e49e0620bb1dff46a3530e6 Mon Sep 17 00:00:00 2001 From: annexuser Date: Sun, 3 Mar 2013 20:21:12 +0000 Subject: [PATCH 2/5] --- doc/bugs/Provide_64-bit_standalone_build.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/bugs/Provide_64-bit_standalone_build.mdwn diff --git a/doc/bugs/Provide_64-bit_standalone_build.mdwn b/doc/bugs/Provide_64-bit_standalone_build.mdwn new file mode 100644 index 0000000000..856e22b9a1 --- /dev/null +++ b/doc/bugs/Provide_64-bit_standalone_build.mdwn @@ -0,0 +1 @@ +The 32-bit standalone build appears to require two libraries (lib32-libyaml and lib32-gsasl) that are not available on Arch Linux. [See the comments on the AUR package](https://aur.archlinux.org/packages/git-annex-bin/). I'd appreciate it if you could bring back the 64-bit build. From ca57d68e36aacdd4656252037e033451d3ea123f Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89" Date: Sun, 3 Mar 2013 20:57:48 +0000 Subject: [PATCH 3/5] --- doc/bugs/git-annex_dropunused_has_no_effect.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/git-annex_dropunused_has_no_effect.mdwn diff --git a/doc/bugs/git-annex_dropunused_has_no_effect.mdwn b/doc/bugs/git-annex_dropunused_has_no_effect.mdwn new file mode 100644 index 0000000000..ffa1869acf --- /dev/null +++ b/doc/bugs/git-annex_dropunused_has_no_effect.mdwn @@ -0,0 +1,10 @@ +Hi Joey, + +I have a repository with many thousands of unused files. It's hard to know exactly how many because it takes up to 5 seconds to print the name of every single one, so I'm largely guessing based on my knowledge of what I've recently deleted. + +When I run `git annex dropunused FOO`, it doesn't matter what `FOO` is -- a number, a range, the word "foo" -- the `dropunused` command returns to the prompt instantly in all cases. + +What can I do to drop all these unused files eating up i-nodes? Is there a debug flag I can turn on? + +Thanks, + John From 2f6026186ff59e954a606a37dc63cabb1c916cd8 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" Date: Sun, 3 Mar 2013 21:21:40 +0000 Subject: [PATCH 4/5] Added a comment --- ..._c7ecff777076c1a70cbdc815261b9a1c._comment | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment new file mode 100644 index 0000000000..be2a88c5cd --- /dev/null +++ b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" + nickname="Laszlo" + subject="comment 12" + date="2013-03-03T21:21:40Z" + content=""" +restarting == Stop git-annex using the gui (Confirm shutdown daemon). Then check if there are running git process (ps -e |grep git), if there are kill it, if , then restart computer. Then launch git-annex using \"git-annex-webapp\" script). + +So its a normal program usage (start-stop cycle). + +The .git directory is growing. +Without a single file moving/deleting/renaming/editing in the working directory. + +So the .git directory just grows, and I think it is a bug, and a bad one. +(if we ignore the logging problem, the slow startup, the failing of disk full). + +I'll give it a spin to the autobuild (http://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-i386.tar.gz), +and report back. It will take at least 2 day, to repeat my whole experience. So expect update from me wednesday the soonest. + +Best, + Laszlo + +"""]] From ee93337af1363334d10261d505c207b650958ec5 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" Date: Sun, 3 Mar 2013 21:22:27 +0000 Subject: [PATCH 5/5] removed --- ..._c7ecff777076c1a70cbdc815261b9a1c._comment | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment deleted file mode 100644 index be2a88c5cd..0000000000 --- a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_12_c7ecff777076c1a70cbdc815261b9a1c._comment +++ /dev/null @@ -1,23 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" - nickname="Laszlo" - subject="comment 12" - date="2013-03-03T21:21:40Z" - content=""" -restarting == Stop git-annex using the gui (Confirm shutdown daemon). Then check if there are running git process (ps -e |grep git), if there are kill it, if , then restart computer. Then launch git-annex using \"git-annex-webapp\" script). - -So its a normal program usage (start-stop cycle). - -The .git directory is growing. -Without a single file moving/deleting/renaming/editing in the working directory. - -So the .git directory just grows, and I think it is a bug, and a bad one. -(if we ignore the logging problem, the slow startup, the failing of disk full). - -I'll give it a spin to the autobuild (http://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-i386.tar.gz), -and report back. It will take at least 2 day, to repeat my whole experience. So expect update from me wednesday the soonest. - -Best, - Laszlo - -"""]]