summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-01 12:12:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-01 12:12:10 +0000
commit964a41c75c3f83a59e205a1b5908790a542281fa (patch)
treef5d9e1d0cb08cd5427a2cf8adb4fb70fc5ef929c /README
parent5931d536371ea41dc2a2c5ccbcff5acc30eca4ff (diff)
downloadcurl-964a41c75c3f83a59e205a1b5908790a542281fa.tar.gz
new CVS info
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 06137509b..305445ada 100644
--- a/README
+++ b/README
@@ -49,15 +49,15 @@ CVS
To download the very latest source off the CVS server do this:
- cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login
+ cvs -d :pserver:cvsread@cvs.php.net:/repository login
- (just press enter when asked for password)
+ (enter "phpfi" when asked for password)
- cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co curl
+ cvs -d :pserver:cvsread@cvs.php.net:/repository co curl
(you'll get a directory named curl created, filled with the source code)
- cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout
+ cvs -d :pserver:cvsread@cvs.php.net:/repository logout
(you're off the hook!)