diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-19 12:08:06 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-19 12:08:06 +0200 |
commit | 824226e0f4a2079c7447ab17f3a6a483131e1450 (patch) | |
tree | a46ea1e0b52b862a26f185460bb3c5963df3a0d0 /README.cvs | |
parent | 6edb8f2c771b73d2cadf8e8c42b1d85c805b46f5 (diff) | |
download | egawk-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.cvs | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -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, |