]> arthur.barton.de Git - ngircd-web.git/commitdiff
Updated documentation (from HEAD).
authorAlexander Barton <alex@barton.de>
Sun, 23 Jul 2006 12:44:27 +0000 (12:44 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 23 Jul 2006 12:44:27 +0000 (12:44 +0000)
doc/CVS.txt

index 9e11907dd6bcd7478de30c4ca692fd39ec0299b2..97696c812855e45dea68d290863aa04c01db14e1 100644 (file)
@@ -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