diff options
author | Rene Rivera <grafikrobot@gmail.com> | 2004-05-06 16:39:55 +0000 |
---|---|---|
committer | Rene Rivera <grafikrobot@gmail.com> | 2004-05-06 16:39:55 +0000 |
commit | 476f59e10e88802596ba8ff8e79518997a63c563 (patch) | |
tree | 4a8b90e8c48549d3ead47f7072fa0a878d8703eb /more/getting_started.html | |
parent | 09ed57b450b1ab547f51c171c0073bf2bf5e7168 (diff) | |
download | boost-476f59e10e88802596ba8ff8e79518997a63c563.tar.gz |
Fix formatting of cvs access commands.
Remove "boost" part from cvs server as it is no longer allowed by SourceForge.
[SVN r22747]
Diffstat (limited to 'more/getting_started.html')
-rw-r--r-- | more/getting_started.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/more/getting_started.html b/more/getting_started.html index 3c5ec8ffbd..6d68192a35 100644 --- a/more/getting_started.html +++ b/more/getting_started.html @@ -161,14 +161,10 @@ this:</p> <blockquote> - <code>cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost - login</code><br> + <code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost login</code><br> [Hit <return> when it asks for a password]<br> - <code>cvs -z3 - -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost checkout - boost<br> - cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost - logout</code> + <code>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost checkout boost</code><br> + <code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost logout</code> </blockquote>Read the manual for your CVS client for further information. <p>This access is read-only; if you are a library author and wish to have |