summaryrefslogtreecommitdiff
path: root/CVS-README
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-08-14 03:01:48 +0000
committerMichael Jennings <mej@kainx.org>2002-08-14 03:01:48 +0000
commite9207f876b0ee19f3821a23cbcfc6a7d735ca6cc (patch)
tree621332b25cb58f93d81ab5a1241987656f15592a /CVS-README
parentb8f5e6e2a150ecc57e12e11da4e95c14a004e75d (diff)
downloadeterm-e9207f876b0ee19f3821a23cbcfc6a7d735ca6cc.tar.gz
Tue Aug 13 22:55:58 2002 Michael Jennings (mej)
Documentation fix from Jim Lewis <jel@louie.cc>. SVN revision: 6365
Diffstat (limited to 'CVS-README')
-rw-r--r--CVS-README4
1 files changed, 2 insertions, 2 deletions
diff --git a/CVS-README b/CVS-README
index 693d6b5..1bfbd06 100644
--- a/CVS-README
+++ b/CVS-README
@@ -12,9 +12,9 @@ using the UNIX client you will need to set your environment variable
appropriately:
bash/ksh/sh users:
- export CVSROOT=":pserver:anonymous@cvs.enlightenment.org:/cvs/enlightenment"
+ export CVSROOT=":pserver:anonymous@cvs.enlightenment.org:/cvsroot/enlightenment"
or csh/tcsh users:
- setenv CVSROOT ":pserver:anonymous@cvs.enlightenment.org:/cvs/enlightenment"
+ setenv CVSROOT ":pserver:anonymous@cvs.enlightenment.org:/cvsroot/enlightenment"
At this point, you'll need to run the following command (only the
FIRST time you check out the source code should you have to run this