aboutsummaryrefslogtreecommitdiffstats
path: root/README.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'README.cvs')
-rw-r--r--README.cvs6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.cvs b/README.cvs
index 7953fd43..4364b63d 100644
--- a/README.cvs
+++ b/README.cvs
@@ -1,4 +1,4 @@
-Thu Nov 18 23:26:17 IST 2010
+Sat Nov 20 21:59:44 IST 2010
============================
If you are reading this, you are looking in the wrong file. Gawk is
@@ -6,12 +6,12 @@ no longer maintained in CVS. It is maintained in git from savannah.gnu.org.
According to the Savannah website, you can use:
- cvs -d:pserver:anonymous@pserver.git.gnu.org:/gawk.git \
+ cvs -d:pserver:anonymous@pserver.git.sv.gnu.org:/gawk.git \
co -d gawk master
to get the development version. Most likely if you use:
- cvs -d:pserver:anonymous@pserver.git.gnu.org:/gawk.git \
+ cvs -d:pserver:anonymous@pserver.git.sv.gnu.org:/gawk.git \
co -d gawk-stable gawk-stable
you'll get the gawk-stable branch. But I haven't tried either of these