<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br></div><div>El 15 sept 2017, a las 13:19, John Lawlor <<a href="mailto:jk.lawlor@gmail.com">jk.lawlor@gmail.com</a>> escribió:<br><br></div><blockquote type="cite"><div><div dir="ltr">Hi,<div><br></div><div>I have converted a large SVN repo to git using svn2git. The repo is 5G on disk:</div><div><br></div><div><div><font face="monospace, monospace">[johnl@pluto:/u01/conversion/tools/bin ]$ du -sh VoltComponents/</font></div><div><font face="monospace, monospace">5.4G    VoltComponents/</font></div><div><font face="monospace, monospace">[johnl@pluto:/u01/conversion/tools/bin ]$ </font></div></div></div></div></blockquote><div><br></div><div>Note that git-fast-import produces very badly compressed repositories. I recommend running 'git gc --aggressive' after converting.</div><br><blockquote type="cite"><div dir="ltr"><div>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.</div><div><br></div><div>I am not sure what is happening...</div></div>
</blockquote><br><div>Does your converted repository have multiple branches? Are you pushing them all? A 'git push' might only push the current branch...</div><div><br></div><div>-- </div><div>Nicolás</div><div>Award-winning git repo surgeon (?!)</div></body></html>