> El 15 sept 2017, a las 13:19, John Lawlor <jk.law...@gmail.com> escribió:
> 
> Hi,
> 
> I have converted a large SVN repo to git using svn2git. The repo is 5G on 
> disk:
> 
> [johnl@pluto:/u01/conversion/tools/bin ]$ du -sh VoltComponents/
> 5.4G    VoltComponents/
> [johnl@pluto:/u01/conversion/tools/bin ]$ 

Note that git-fast-import produces very badly compressed repositories. I 
recommend running 'git gc --aggressive' after converting.

> When I push it up to the server, it is only pushing 1.5GB of data, and the 
> repository is missing two years of commits.
> 
> I am not sure what is happening...

Does your converted repository have multiple branches? Are you pushing them 
all? A 'git push' might only push the current branch...

-- 
Nicolás
Award-winning git repo surgeon (?!)

Reply via email to