Re: [Sugar-devel] karma repo is huge!

2010-01-05 Thread Bert Freudenberg
On 05.01.2010, at 10:17, Bernie Innocenti wrote: On Tue, 2010-01-05 at 08:11 +0545, Bryan Berry wrote: Is there a way to remove select files from the index that are no longer in the working tree? I never used it, but try git-filter-branch should do the job: git filter-branch

[Sugar-devel] karma repo is huge!

2010-01-04 Thread Bryan Berry
It is already over 127 MB and the .git directory is over 65 MB. There must be some giant individual files hanging out somewhere. I absolutely will have to repack this thing ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] karma repo is huge!

2010-01-04 Thread Bernie Innocenti
On Mon, 2010-01-04 at 14:28 +0545, Bryan Berry wrote: It is already over 127 MB and the .git directory is over 65 MB. There must be some giant individual files hanging out somewhere. I absolutely will have to repack this thing Try git repack -a -d -f --window=100 --depth=100 I don't know

Re: [Sugar-devel] karma repo is huge!

2010-01-04 Thread Bryan Berry
alright, I saved 30 MB by putting the temporary build/ directory into .gitignore $ git repack -a -d -f --window=100 --depth=100 shrinks it from 109 MB to 82MB, that's a nice change I have added and removed huge sets of files Is there a way to remove select files from the index that are no

Re: [Sugar-devel] karma repo is huge!

2010-01-04 Thread Mathieu Bridon (bochecha)
On Tue, Jan 5, 2010 at 03:26, Bryan Berry br...@olenepal.org wrote: alright, I saved 30 MB by putting the temporary build/ directory into .gitignore $ git repack -a -d -f --window=100 --depth=100 shrinks it from 109 MB to 82MB, that's a nice change I have added and removed huge sets of files

Re: [Sugar-devel] karma repo is huge!

2010-01-04 Thread Bryan Berry
Tks Mathieu, wow this is some major surgery to get rid of big individual files. I will have to go through it carefully On Tue, Jan 5, 2010 at 12:39 PM, Mathieu Bridon (bochecha) boche...@fedoraproject.org wrote: On Tue, Jan 5, 2010 at 03:26, Bryan Berry br...@olenepal.org wrote: alright, I