From 8c7533f2f0b494c4c3bd7690c641c224f4c1891b 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] --- getting_started.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/getting_started.html b/getting_started.html index 3c5ec8f..6d68192 100644 --- a/getting_started.html +++ b/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