From e9de8491c523f281a852eda4b77272e43ab43a53 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 1 Mar 2013 12:57:41 -0400 Subject: [PATCH] fix --- .../comment_0.comment | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment new file mode 100644 index 0000000000..87bec85304 --- /dev/null +++ b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment @@ -0,0 +1,34 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" + nickname="Laszlo" + subject="Tried to add a bug, but website fails" + date="2013-03-01T14:40:18Z" + content=""" +@joeyh: I tried to add a comment to my bugreport: +http://git-annex.branchable.com/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace.Makefile/ + +I get this error: +Error: failed to create directory /home/b-git-annex/source/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace.Makefile/: File exists + +The comment I tried to add: +Seems like the logging is the culprit: + +user@usermachine:~/down/annex$ du -ak . | sort -nr | cut -f2 | xargs -d '\n' du -sh |head -n 30 - +8,2G . +7,5G ./.git +6,5G ./.git/annex +2,7G ./.git/annex/daemon.log +1,8G ./.git/annex/daemon.log.1 +1,5G ./.git/annex/daemon.log.5 +980M ./.git/objects +742M ./mydir +640M ./mydir/wp +616M ./mydir/wp/wd +314M ./mydir/wp/wd/2012 +278M ./.git/annex/daemon.log.4 +226M ./mydir/wp/wd/2011 +154M ./.git/annex/daemon.log.6 +109M ./.git/annex/objects + + +"""]]