mirror of
https://github.com/boostorg/more.git
synced 2025-03-31 14:40:43 +08:00
Fix formatting of cvs access commands.
Remove "boost" part from cvs server as it is no longer allowed by SourceForge. [SVN r22747]
This commit is contained in:
parent
a7c3fea86d
commit
8c7533f2f0
@ -161,14 +161,10 @@
|
|||||||
this:</p>
|
this:</p>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<code>cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost
|
<code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost login</code><br>
|
||||||
login</code><br>
|
|
||||||
[Hit <return> when it asks for a password]<br>
|
[Hit <return> when it asks for a password]<br>
|
||||||
<code>cvs -z3
|
<code>cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost checkout boost</code><br>
|
||||||
-d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost checkout
|
<code>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost logout</code>
|
||||||
boost<br>
|
|
||||||
cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost
|
|
||||||
logout</code>
|
|
||||||
</blockquote>Read the manual for your CVS client for further information.
|
</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
|
<p>This access is read-only; if you are a library author and wish to have
|
||||||
|
Loading…
Reference in New Issue
Block a user