2004-01-21 Kelley Cook * cvs.html: Update savannah checkout instructions. *** cvs.html.orig Wed Jan 21 08:49:25 2004 --- cvs.html Wed Jan 21 09:17:59 2004 *************** *** 28,47 ****

Using the CVS repository

!

Assuming you have CVS installed, ! you can check out the GCC sources as follows:

!

Set CVSROOT in your environment to ! :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc. ! Alternately add ! -d :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc ! immediately after cvs in the commands below.

!

Issue the command

!

cvs -z 9 co -P gcc

! to check out the compiler sources, and !

cvs -z 9 co -P wwwdocs

!

to check out our web pages, respectively.

In case of problems with the repository at savannah.gnu.org please contact savannah-hackers@gnu.org.

--- 28,52 ----

Using the CVS repository

!

In November 2003, these instructions were changed due to an attack on ! the Free Software Foundation's site.

!

Assuming you have both CVS ! and SSHv2 installed, ! you can check out the GCC sources as follows:

!
    !
  1. Set CVS_RSH in your environment to ssh.
  2. !
  3. Set CVSROOT in your environment to ! :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc.  ! Alternately add ! -d :ext:anoncvs@savannah.gnu.org:/cvsroot/gcc ! immediately after cvs in the commands below.
  4. !
  5. Issue the command cvs -qz9 co -P gcc to check out ! the compiler sources.
  6. !
  7. Optionally, issue the command cvs -qz9 co -P wwwdocs ! if you also wish a local copy of our web pages.
  8. !

In case of problems with the repository at savannah.gnu.org please contact savannah-hackers@gnu.org.