- setup an anonymous CVS account with password 'anonymous' and updated the

documentation
3-00
Dries Buytaert 2001-01-02 20:26:10 +00:00
parent 9a221a7e8e
commit fcc52fa430
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ function documentation() {
<BLOCKQUOTE>$ export CVSROOT=":pserver:anonymous@drop.org:/home/dries/cvs"</BLOCKQUOTE>
<P>3. Login by running the command:</P>
<BLOCKQUOTE>$ cvs login</BLOCKQUOTE>
<P>The required password is 'anonymous' (without the quotes).</P>
<P>4. To check out the latest drupal sources, run the command:</P>
<BLOCKQUOTE>$ cvs co drupal</BLOCKQUOTE>
<P>This will create a directory called <CODE>drupal</CODE> containing the latest drupal source tree. For the other source code repositories on this system just substitute the correct package name.</P>