aboutsummaryrefslogtreecommitdiffstats
path: root/README.cvs
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-19 12:08:06 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-19 12:08:06 +0200
commit824226e0f4a2079c7447ab17f3a6a483131e1450 (patch)
treea46ea1e0b52b862a26f185460bb3c5963df3a0d0 /README.cvs
parent6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5 (diff)
downloadegawk-824226e0f4a2079c7447ab17f3a6a483131e1450.tar.gz
egawk-824226e0f4a2079c7447ab17f3a6a483131e1450.tar.bz2
egawk-824226e0f4a2079c7447ab17f3a6a483131e1450.zip
Remove special treatment of CVS. Update POSIX.STD file.
Diffstat (limited to 'README.cvs')
-rw-r--r--README.cvs21
1 files changed, 13 insertions, 8 deletions
diff --git a/README.cvs b/README.cvs
index 341bf54c..7953fd43 100644
--- a/README.cvs
+++ b/README.cvs
@@ -4,14 +4,19 @@ Thu Nov 18 23:26:17 IST 2010
If you are reading this, you are looking in the wrong file. Gawk is
no longer maintained in CVS. It is maintained in git from savannah.gnu.org.
-Please execute ./bootstrap.sh before invoking the usual incantaton of
-`./configure && make && make check'. This version of bootstrap.sh
-should work OK.
-
-Bug reports should be sent to bug-gawk@gnu.org. Note that posting in
-comp.lang.awk is generally a bad idea, no matter what the purpose, but
-especially if you wish to report a gawk bug. Use the above email address.
-Really.
+According to the Savannah website, you can use:
+
+ cvs -d:pserver:anonymous@pserver.git.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 \
+ co -d gawk-stable gawk-stable
+
+you'll get the gawk-stable branch. But I haven't tried either of these
+and I can't help you if they don't work. Please move directly to Git
+if you can.
Thanks,