summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2003-08-04 17:55:27 +0000
committerDave Abrahams <dave@boostpro.com>2003-08-04 17:55:27 +0000
commit392fcc44cf88640e787037367bd8b89a0cc7eaa5 (patch)
tree44ce401c77fa6d61c964dff4b820d348859616e1
parent451a979fccfbc0cc42b32dd5721a3ae81fe118cb (diff)
downloadboost-392fcc44cf88640e787037367bd8b89a0cc7eaa5.tar.gz
Add reference to the anonymous CVS mirror
[SVN r19442]
-rw-r--r--more/download.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/more/download.html b/more/download.html
index 7dea59c9ef..43719dc9c3 100644
--- a/more/download.html
+++ b/more/download.html
@@ -102,6 +102,18 @@
</blockquote>
Read the manual for your CVS client for further information.
+ <p>Because SourceForge has been having some trouble managing the
+ load of anonymous CVS users, <a
+ href="http://www.boost-consulting.com">Boost Consulting</a> is
+ hosting a mirror of the Boost CVS tree, updated nightly. Access it as follows:
+
+<pre>
+ cvs -d :pserver:anonymous@boost-consulting.com:/boost login
+ <i>no password; just hit return</i>
+
+ cvs -d :pserver:anonymous@boost-consulting.com:/boost checkout boost
+</pre>
+
<p>This access is read-only; if you are a library author and wish to have
CVS write access, please contact one of the <a href=
"mailto:boost-owner@yahoogroups.com">moderators</a>.</p>
@@ -149,4 +161,4 @@
<p>Written by&nbsp; <a href="../people/jens_maurer.htm">Jens Maurer</a>
2001-02-11</p>
</body>
-</html> \ No newline at end of file
+</html>