Hi, I didn't wait for github's hardcore importing Action and did it myself. Here are the stats
86M svn-osg has trunk at r11124 71M git-osg has whole history r1~r11124 (4b825dc to 2e089ea) 34M git-osg/.git is the actual repository (what is stored server side) One can see the git disk footprint is 18% less than the lastesy svn checkout. Initial checkout times : 50s : svn-osg 1m 46s : git-osg I then uploaded (pushed) to gitorious (the other one:) ) for public seeing/cloning. Feel free to join :-) http://gitorious.org/openscenegraph has git mirrors of : - OpenSceneGraph - OpenSceneGraph-Data - OpenSceneGraph-TrainingMaterials All history/branches/tags were succesfully kept. I will try to setup a cron job on my computer to mirror svn modifications to these repositories (I still don't have acces to osg's wiki edit, maybe Jose Luis is enjoying is Holidays) -- Mathieu O< ascii ribbon campaign - stop html mail - www.asciiribbon.org On 25 February 2010 11:56, Mathieu MARACHE <[email protected]> wrote: > > We will have to wait github's import to be formal, but the following article > gives some good scales : > http://www.contextualdevelopment.com/logbook/git/large-projects > > I extracted some parts to illustrate : > repository sizes for 15 years of FreeBSD's history > CVS 1.7 GB > SVN 3.9 GB > Git 511 MB > Working copy > CVS 534 MB > SVN 1.1 GB > Git 995 MB > Note that usually git has the best compression in the DVCS tools. > > So DCVS tools should consume less disk space than subversion and on top of > that have access to all the repository history locally... > Mathieu > Le 25 févr. 2010 à 11:03, Robert Osfield <[email protected]> a écrit : > > Hi All, > > Another little questions with more experience with git/mercurial - how big > does is local repository that users would have on their machines? I presume > it'll be larger than a typically svn check out. > > Robert. > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

