CVS read access broken???
Jeff Sturm
jsturm@one-point.com
Mon Dec 10 08:23:00 GMT 2001
On 2001年12月10日, 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
More information about the Java
mailing list