repo: ngircd
action: commit
revision: 
path_from: 
revision_from: fdc7ae22e964c59c6f01dc434dbbe96e886b1968:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit fdc7ae22e964c59c6f01dc434dbbe96e886b1968
Author: Alexander Barton 
Date:   Sun Jul 23 12:43:15 2006 +0000

    Updated CVS URLs; enhanced documentation a little bit.

diff --git a/doc/CVS.txt b/doc/CVS.txt
index a63d2b1ad6c36c21bb77bfc5c116162ac1f5e054..
index ..5dc478ae88b6252bb81cc47def6abae296750194 100644
--- a/doc/CVS.txt
+++ b/doc/CVS.txt
@@ -21,18 +21,19 @@ To access the source tree anonymously in read-only mode, follow these steps:

 Login to the CVS server:

- $ cvs -d:pserver:anonymous@arthur.ath.cx:/usr/local/CVS/ngircd login
+ $ cvs -d:pserver:anonymous@ngircd.barton.de:/srv/cvs/ngircd login

 Use "anonymous" as user name and no password (just hit Return). Now you can
 check out the sources:

- $ cvs -d:pserver:anonymous@arthur.ath.cx:/usr/local/CVS/ngircd checkout ngircd
+ $ cvs -d:pserver:anonymous@ngircd.barton.de:/srv/cvs/ngircd checkout ngircd

 Thereby a new folder "ngircd" will be created containing all the individual
-source files.
+source files. (Substitute the last "ngircd" with "website" to check out all
+the files of the homepage of ngIRCd.)

-This is the "working folder", all CVS commands will be executed from within
-this folder in the future.
+The newly created folder ("ngircd" or "website") is the "working folder", all
+CVS commands will be executed from within this folder in the future.

 Please note: When checking out a fresh copy of ngIRCd from CVS, the
 configure script doesn't exist; you have to run the autogen.sh shell script
@@ -53,4 +54,4 @@ repository would be handy, please contact Alex Barton, .


 -- 
-$Id: CVS.txt,v 1.7 2003/03/26 22:34:33 alex Exp $
+$Id: CVS.txt,v 1.8 2006/07/23 12:43:15 alex Exp $

-----END OF PAGE-----