[git-users] Re: Removing big objects from git repository

2009-06-20 Thread agaelebe
ok, thanks.. triied using repack with different configs and got the same problem. Then, I moved the repository to my local machine and could perform the repack. On Jun 18, 10:03 am, Alberto Leal wrote: > Having a chat along with my co-worker he spoke about git-repack. > > Try to use it: git rep

[git-users] Re: Removing big objects from git repository

2009-06-18 Thread Alberto Leal
Having a chat along with my co-worker he spoke about git-repack. Try to use it: git repack --window=50 --depth 100 --window-memory=1g for more info man git-repack On Wed, Jun 17, 2009 at 9:17 PM, Alberto Leal wrote: > One way to shrink the repo size is rewriting your branches. Once you get

[git-users] Re: Removing big objects from git repository

2009-06-17 Thread Alberto Leal
One way to shrink the repo size is rewriting your branches. Once you get the biggest files, try to use 'git-filter-branch' to remove them from your repository. Wed, Jun 17, 2009 at 9:15 PM, agaelebe wrote: > > I'm with the following problem. > > I have a git repository in a VPS with 360mb of r