This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]