This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Modernizing the access to gcc sources ?
- To: Marc dot Espie at liafa dot jussieu dot fr
- Subject: Re: Modernizing the access to gcc sources ?
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 06 Mar 2001 10:20:26 -0800
- CC: gcc at gcc dot gnu dot org
- References: <20010306175646.A22902@schutzenberger.liafa.jussieu.fr>
Marc Espie <espie@schutzenberger.liafa.jussieu.fr> writes:
> I'm currently about to slurp a large amount of gcc.gnu.org bandwidth.
> Namely, I have need of
> - the gcc 3.0 branch,
> - the gcc 2.95 branch,
> - the gcc current branch.
>
> Plus, gcc.gnu.org is very often a bit slow in answering diff/log requests,
> even though that kind of stuff is very useful.
>
> In the BSD world, where cvs is very widely used, we do have a few very
> convenient services for these kind of queries.
>
> Namely, all three BSDs allow one to slurp the whole cvs repository, through
> at least sup mirrors, and very often cvsup mirrors.
If you want the whole repository, gcc.gnu.org supports anonymous rsync.
However, the whole repository is much larger than checking out the
tree three times, particularly since you could check out the head of
the tree and then copy it and efficiently use 'cvs update' to get the
two branches.
--
- Geoffrey Keating <geoffk@geoffk.org>