]> git.wh0rd.org Git - nano.git/commitdiff
in README.CVS, update the given cvs commands so that they work again
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 15 Dec 2005 04:46:13 +0000 (04:46 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 15 Dec 2005 04:46:13 +0000 (04:46 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3240 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
README.CVS

index 04e421382832e4058cb57f78c4bd2ac2241c26a2..86202cae0be7e7080dbc7b57415a67d38f1e5b54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -286,6 +286,7 @@ CVS code -
        - Mention that the minimum required version of texinfo is 4.0,
          since that's the first version that supports generating HTML.
          (DLR)
+       - Update the given cvs commands so that they work again. (DLR)
 - doc/faq.html:
        - Add a new section 5.3 to explain the status of nano's Unicode
          support. (Mike Frysinger, minor tweaks by DLR)
index 0d28589ee15184315d5acc0419d7169504d9d2f1..01f754c8f61a949abb93b84d05d19ddb95d35506 100644 (file)
@@ -28,10 +28,10 @@ If you're using a C shell (e.g. tcsh or csh), do
 $ setenv CVS_RSH ssh
 
 After it's set up, use the following command to download the CVS tree:
-$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/nano checkout nano
+$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout nano
 
 If you want to download the stable CVS branch, add "-r nano_1_2_branch":
-$ cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/nano checkout -r nano_1_2_branch nano
+$ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout -r nano_1_2_branch nano
 
 Once you have the sources in the "nano" directory, cd into it, and
 execute the "autogen.sh" script in the top directory.  This will set up