This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: CVS read access broken???
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Richard Emberson <emberson at phc dot net>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 10 Dec 2001 11:24:02 -0500 (EST)
- Subject: Re: CVS read access broken???
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