diff options
author | Mark Wielaard <mark@klomp.org> | 2004-05-21 10:38:03 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2004-05-21 10:38:03 +0000 |
commit | 223584dd71392fa6f5e26fe1e7339aaf8ecd306d (patch) | |
tree | 2b4e086374ef5855c68bda31b63b7cde98744f88 /README | |
parent | 5ce1bbe030521c2ccade3fe6be023b7499944712 (diff) | |
download | classpath-223584dd71392fa6f5e26fe1e7339aaf8ecd306d.tar.gz |
* README: Update cvs instructions.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNU Classpath README - Last updated: May 2, 2004 +GNU Classpath README - Last updated: May 21, 2004 GNU Classpath, Essential Libraries for Java is a project to create a complete "clean room" implementation of the Java class libraries @@ -67,8 +67,9 @@ CVS Commit, Bugs and Patches List: commit-classpath@gnu.org only with a body and subject of "unsubscribe". This is a smartlist managed mailing list. -Anonymous CVSROOT: :pserver:anoncvs@savannah.gnu.org:/cvsroot/classpath - --> First do "cvs login". Hit <Return> when prompted for a password +Anonymous CVS: + --> export CVS_RSH="ssh" + --> cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/classpath co classpath --> More detailed instructions available on the Savannah project website. http://savannah.gnu.org/projects/classpath/ |