This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: svn trunk reaches nearly 1 GiB!!! That massive!!!
"J.C. Pizarro" <jcpiza@gmail.com> a écrit dans le message de
998d0e4a0711271804i28b0c31av9c2e096d1b4344f3@mail.gmail.com">news:998d0e4a0711271804i28b0c31av9c2e096d1b4344f3@mail.gmail.com...
> $ 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?
>
> J.C.Pizarro
>
Hi,
if you are not interested in the whole gcc, have a look at
http://gcc.gnu.org/wiki/SvnSetup under section "Optimize disk usage".
Doing this, you won't get the whole repository but it makes things go *much*
faster when tweaked correctly.
CJ