Wednesday 28 November 2007 Tarihinde 04:04:18 yazmıştı: > $ svn -q co svn://gcc.gnu.org/svn/gcc/trunk gcc > $ du -s . > 1044451 . > $ > > It's 1'069'517'824 characters made from keyboards and generators!!! > > That massive!!! And slower checkout after several minutes!!! > > Is not there any another solution to reduce this massive quantity > for the most recent part of the trunk of the tree instead of full trunk?
git clone --depth 100 git://git.infradead.org/gcc.git should give around ~50mb repository with usable trunk. This is all thanks to Bernardo Innocenti for setting up an up-to-date gcc git repo. P.S: Please cut down on the usage of exclamation mark. Regards, ismail -- Never learn by your mistakes, if you do you may never dare to try again.