Miscellaneous bugfixes from recent commits, and a file omitted from last commit.
[ircu2.10.12-pk.git] / doc / readme.cvs
index aea31ca43756f4184ca8aa37a8c5308c6a088c0f..2a160f9244a2001e5f8b15b9c8539f3f1c3090d7 100644 (file)
@@ -1,4 +1,3 @@
-
 Notes on checking out from the Undernet CVS archive and maintenance.
 
 General Strategy:
@@ -15,7 +14,7 @@ release. Fixes after release will be tagged with a patchlevel tag.
 You check out a tagged release by specifying the -r tag option to cvs.
 This is the command to check out the most recent tagged version of
 ircu2.10.07:
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -r u2_10_07_pl6 -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -r u2_10_07_pl6 -P ircu2.10
 
 Developers doing maintenance and bug fixes should only check out the
 current tagged patchlevel for the affected version. Once the fix has
@@ -27,7 +26,7 @@ maintenance only branch.
 
 If you have any questions on how to check out tagged versions check out
 the coder-com web page http://coder-com.undernet.org/cvs.html or the cvs
-manual page. If you're really stumped feel free to ask on coder-com.
+manual page. If you're really stumped feel free to ask in #coder-com.
 
 We will put out new tarballs for every tagged release which will be
 available on the coder-com web page.
@@ -58,25 +57,25 @@ proven stable they will be merged into the main tagged trunk by the
 maintainer.
 
 Where to get CVS:
-http://www.loria.fr/~molli/cvs-index.html
+http://www.cvshome.org
 
 Checking out:
 First you need to login to cvs: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs login
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu login
 
-It will prompt you for a password. The password is "anoncvs". 
+It will prompt you for a password. There is no password so hit enter.
 
 To check out the recommended patchlevel for ircu2.10.07 use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -r u2_10_07_pl6 -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -r u2_10_07_pl6 -P ircu2.10
 
 For the ircu2.10.10 beta archive use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -r u2_10_10_beta06 -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -r u2_10_10_beta06 -P ircu2.10
 
 To check out the current development archive use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -P ircu2.10
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu2.10
 
 For the ircu3 pipedream archive use: 
-cvs -d :pserver:anoncvs@coder-com.undernet.org:/home/coder-com/cvs co -P ircu3
+cvs -d :pserver:anonymous@cvs.undernet.org:/cvsroot/undernet-ircu co -P ircu3
 
 When you want to update your source tree later to the latest version, use 
 cvs update -P