From 5aaaad4a631c0458bbd9075991dc8feae9cd6b36 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 15 Dec 2005 04:46:13 +0000
Subject: [PATCH] in README.CVS, update the given cvs commands so that they
 work again

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3240 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog  | 1 +
 README.CVS | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 04e42138..86202cae 100644
--- 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)
diff --git a/README.CVS b/README.CVS
index 0d28589e..01f754c8 100644
--- a/README.CVS
+++ b/README.CVS
@@ -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
-- 
GitLab