commit b995263309351734a17fc5b941e3e85e57864c75
parent b1eb0ee20b1446946f6df751f9cc37873009555c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 28 Jan 2007 19:47:39 +0000
update README.CVS for the 2.0 branch of nano
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4048 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -39,6 +39,8 @@ CVS code -
instructions aren't only available in its CVS snapshots. (DLR)
- README:
- Add more miscellaneous cosmetic fixes. (DLR)
+- README.CVS:
+ - Update for the 2.0 branch of nano. (DLR)
- NEWS:
- Formatting fix. (DLR)
- m4/glib-2.0.m4:
diff --git a/README.CVS b/README.CVS
@@ -44,11 +44,6 @@ command to download the CVS tree:
$ 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:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout -r nano_1_2_branch nano
-
-
Generate the configure script
-----------------------------