From 476f59e10e88802596ba8ff8e79518997a63c563 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 6 May 2004 16:39:55 +0000 Subject: [PATCH] Fix formatting of cvs access commands. Remove "boost" part from cvs server as it is no longer allowed by SourceForge. [SVN r22747] --- more/getting_started.html | 10 +++------- 1 file 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:

- cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost - login
+ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost login
[Hit <return> when it asks for a password]
- cvs -z3 - -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost checkout - boost
- cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost - logout
+ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost checkout boost
+ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost logout
Read the manual for your CVS client for further information.

This access is read-only; if you are a library author and wish to have