diff --git a/more/cvs.html b/more/cvs.html new file mode 100644 index 0000000000..7b85554924 --- /dev/null +++ b/more/cvs.html @@ -0,0 +1,112 @@ + + + +
+![]() |
+
+
+
|
+
All Boost files, including the entire distribution tree including web + site HTML is maintained in a CVS repository. Command line, GUI, or browser + access is available.
+ +See the much improved CVS documentation (Section + F) from SourceForge, which includes links to the home pages for various GUI + and command line clients.
+ +The general procedure for command-line clients is something like + this:
+ ++Read the manual for your CVS client for further information. + +cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost + login
+ [Hit <return> when it asks for a password]
+cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost + checkout boost
+cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost + logout
+
This access is read-only; if you are a library author and wish to have + CVS write access, please contact one of the moderators.
+ +Some of the Boost documentation is generated from BoostBook XML source stored in the CVS + repository, and will not appear directly in the CVS tree as readable HTML. + View a nightly build of the generated HTML on the + Nightly Generated Documentation page. Where generated HTML is missing + from the CVS tree, an attempt has been made to include redirection to this + nightly build, but if you are away from an internet connection you may want + to download the generated documentation archive from the aforementioned + page so you can browse those documents offline.
+ +Revised $Date$
+ +Copyright © Rene Rivera 2003.
+ Copyright © Jens Maurer 2001.
+ Copyright © John Maddock 2004.
Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at www.boost.org/LICENSE_1_0.txt)
+ +