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!!!
- From: "J.C. Pizarro" <jcpiza at gmail dot com>
- To: gcc at gcc dot gnu dot org, "Joe Buck" <Joe dot Buck at synopsys dot COM>, "Ismail DÃnmez" <ismail at pardus dot org dot tr>
- Date: Wed, 28 Nov 2007 03:40:34 +0100
- Subject: Re: svn trunk reaches nearly 1 GiB!!! That massive!!!
On 2007/11/28, Ismail DAnmez <ismail@pardus.org.tr> wrote:
> > $ 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.
In the menu [ "Live" Sources ] from http://gcc.gnu.org/ , besides SVN, it
should appear this GIT (speeder help for speeder developers) too.
git clone --depth 100 git://git.infradead.org/gcc.git
or in the future
git clone --depth 100 git://gcc.gnu.org/gcc.git
for faster checkout and development.
J.C.Pizarro