This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: svn trunk reaches nearly 1 GiB!!! That massive!!!


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]