summaryrefslogtreecommitdiff
path: root/more
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2007-11-30 17:45:24 +0000
committerRene Rivera <grafikrobot@gmail.com>2007-11-30 17:45:24 +0000
commitcadc861baae375230e11f70efb61f078e9298a14 (patch)
tree879c1d4cd9672500b786cce6cf8c5f19aec838c6 /more
parent60a35ac95af4f29df0a02a86cd9d8330f1c96916 (diff)
downloadboost-cadc861baae375230e11f70efb61f078e9298a14.tar.gz
Obsolete. (fixes #1345)
[SVN r41504]
Diffstat (limited to 'more')
-rw-r--r--more/cvs.html112
1 files changed, 0 insertions, 112 deletions
diff --git a/more/cvs.html b/more/cvs.html
deleted file mode 100644
index 7b85554924..0000000000
--- a/more/cvs.html
+++ /dev/null
@@ -1,112 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
-<head>
- <title>Boost CVS Repository</title>
- <meta content="HTML Tidy for Cygwin (vers 1st April 2002), see www.w3.org"
- name="generator">
- <meta content="Microsoft FrontPage 5.0" name="generator">
- <meta http-equiv="Content-Language" content="en-us">
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
- <link href="../boost.css" type="text/css" rel="stylesheet">
-</head>
-
-<body text="#000000" bgcolor="#FFFFFF">
- <table cellspacing="0" cellpadding="0" width="100%" summary="" border="0">
- <tr valign="top">
- <td valign="top" align="left"><img height="86" alt=
- "boost.png (6897 bytes)" src="../boost.png" width="277"></td>
-
- <td valign="top" align="right">
- <table cellspacing="0" cellpadding="2" summary="" border="1">
- <tr>
- <td>
- <table cellspacing="0" cellpadding="2" summary="" border="0">
- <tr>
- <td bgcolor="#DDDDDD">
- <p>.&nbsp;<a href="../index.htm">Home</a><br>
- .&nbsp;<a href="../libs/libraries.htm">Libraries</a><br>
- .&nbsp;<a href="../people/people.htm">People</a><br>
- .&nbsp;<a href="faq.htm">FAQ</a><br>
- .&nbsp;<a href="index.htm">More</a></p>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
- <h1><a id="CVS" name="CVS">Boost's CVS Repository</a></h1>
-
- <p>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.</p>
-
- <h2>Boost CVS access via command line or graphical clients</h2>For those
- who have CVS clients installed, the libraries are also available from the
- public <a href="http://sourceforge.net/cvs/?group_id=7586">Boost CVS
- repository</a>. Free command line clients (often already installed on
- Linux/Unix systems) are available for many systems, and free GUI clients
- are available for Windows, Mac, and other systems.
-
- <p>See the much improved <a href=
- "http://sourceforge.net/docman/?group_id=1">CVS documentation</a> (Section
- F) from SourceForge, which includes links to the home pages for various GUI
- and command line clients.</p>
-
- <p>The general procedure for command-line clients is something like
- this:</p>
-
- <blockquote>
- <code>cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
- login</code><br>
- [Hit &lt;return&gt; when it asks for a password]<br>
- <code>cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
- checkout boost</code><br>
- <code>cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
- logout</code>
- </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
- CVS write access, please contact one of the <a href=
- "moderators.html">moderators</a>.</p>
-
- <h2>Boost CVS access via web <a id="Browser" name=
- "Browser">Browser</a></h2>For access to the CVS archive from any modern web
- browser, you can also use the <a href=
- "http://boost.cvs.sourceforge.net/boost/boost/">web
- browser&nbsp; interface</a>.&nbsp; Try one of the color diffs to see how a
- file has changed over time. <b>Note:</b> this interface is only suitable
- for viewing individual files and their revision histories.
-
- <h2><a id="generated" name="generated">Documentation</a> generated from
- BoostBook in CVS</h2>
-
- <p>Some of the Boost documentation is generated from <a href=
- "../doc/html/boostbook.html">BoostBook XML</a> 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 <a href=
- "http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/libraries.html">
- Nightly Generated Documentation</a> 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.</p>
-
- <hr>
-
- <p>Revised $Date$</p>
-
- <p>Copyright &copy; Rene Rivera 2003.<br>
- Copyright &copy; Jens Maurer 2001.<br>
- Copyright &copy; John Maddock 2004.</p>
-
- <p><small>Distributed under the Boost Software License, Version 1.0. (See
- accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
- at <a href=
- "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
-</body>
-</html>