This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: CVS read access broken???
Well I tried both:
cvs -d :pserver:anoncvs@gcc.gnu.org:/cvs/gcc -z 9 update -Ad
and
cvs -d :pserver:anoncvs@gcc.gnu.org:/cvs/gcc -z 9 co gcc
and I got nothing.
Richard Emberson
Jeff Sturm wrote:
> On Mon, 10 Dec 2001, Richard Emberson wrote:
> > cvs -d :pserver:anoncvs@gcc.gnu.org:/cvs/gcc -z 9 co
> > -rgcc_latest_snapshot gcc
> ^^^^^^^^^^^^^^^^^^^
> You are asking CVS for a specific tag; if no revisions have been retagged
> with gcc_latest_snapshot during the past week (quite likely) you won't see
> any changes.
>
> If you really just want HEAD revisions (i.e., the most recent available),
> checkout without the "-r" flag, or just perform a "cvs -z9 update -Ad" on
> an existing source tree to bring it up-to-date.
>
> Jeff