Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/more/cvs.html @ 63

Last change on this file since 63 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 4.7 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5  <title>Boost CVS Repository</title>
6  <meta content="HTML Tidy for Cygwin (vers 1st April 2002), see www.w3.org"
7  name="generator">
8  <meta content="Microsoft FrontPage 5.0" name="generator">
9  <meta http-equiv="Content-Language" content="en-us">
10  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
11  <link href="../boost.css" type="text/css" rel="stylesheet">
12</head>
13
14<body text="#000000" bgcolor="#FFFFFF">
15  <table cellspacing="0" cellpadding="0" width="100%" summary="" border="0">
16    <tr valign="top">
17      <td valign="top" align="left"><img height="86" alt=
18      "boost.png (6897 bytes)" src="../boost.png" width="277"></td>
19
20      <td valign="top" align="right">
21        <table cellspacing="0" cellpadding="2" summary="" border="1">
22          <tr>
23            <td>
24              <table cellspacing="0" cellpadding="2" summary="" border="0">
25                <tr>
26                  <td bgcolor="#DDDDDD">
27                    <p>.&nbsp;<a href="../index.htm">Home</a><br>
28                    .&nbsp;<a href="../libs/libraries.htm">Libraries</a><br>
29                    .&nbsp;<a href="../people/people.htm">People</a><br>
30                    .&nbsp;<a href="faq.htm">FAQ</a><br>
31                    .&nbsp;<a href="index.htm">More</a></p>
32                  </td>
33                </tr>
34              </table>
35            </td>
36          </tr>
37        </table>
38      </td>
39    </tr>
40  </table>
41
42  <h1><a id="CVS" name="CVS">Boost's CVS Repository</a></h1>
43
44  <p>All Boost files, including the entire distribution tree including web
45  site HTML is maintained in a CVS repository. Command line, GUI, or browser
46  access is available.</p>
47
48  <h2>Boost CVS access via command line or graphical clients</h2>For those
49  who have CVS clients installed, the libraries are also available from the
50  public <a href="http://sourceforge.net/cvs/?group_id=7586">Boost CVS
51  repository</a>. Free command line clients (often already installed on
52  Linux/Unix systems) are available for many systems, and free GUI clients
53  are available for Windows, Mac, and other systems.
54
55  <p>See the much improved <a href=
56  "http://sourceforge.net/docman/?group_id=1">CVS documentation</a> (Section
57  F) from SourceForge, which includes links to the home pages for various GUI
58  and command line clients.</p>
59
60  <p>The general procedure for command-line clients is something like
61  this:</p>
62
63  <blockquote>
64    <code>cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
65    login</code><br>
66    [Hit &lt;return&gt; when it asks for a password]<br>
67    <code>cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
68    checkout boost</code><br>
69    <code>cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost
70    logout</code>
71  </blockquote>Read the manual for your CVS client for further information.
72
73  <p>This access is read-only; if you are a library author and wish to have
74  CVS write access, please contact one of the <a href=
75  "moderators.html">moderators</a>.</p>
76
77  <h2>Boost CVS access via web <a id="Browser" name=
78  "Browser">Browser</a></h2>For access to the CVS archive from any modern web
79  browser, you can also use the <a href=
80  "http://boost.cvs.sourceforge.net/boost/boost/">web
81  browser&nbsp; interface</a>.&nbsp; Try one of the color diffs to see how a
82  file has changed over time. <b>Note:</b> this interface is only suitable
83  for viewing individual files and their revision histories.
84
85  <h2><a id="generated" name="generated">Documentation</a> generated from
86  BoostBook in CVS</h2>
87
88  <p>Some of the Boost documentation is generated from <a href=
89  "../doc/html/boostbook.html">BoostBook XML</a> source stored in the CVS
90  repository, and will not appear directly in the CVS tree as readable HTML.
91  View a nightly build of the generated HTML on the <a href=
92  "http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/libraries.html">
93  Nightly Generated Documentation</a> page. Where generated HTML is missing
94  from the CVS tree, an attempt has been made to include redirection to this
95  nightly build, but if you are away from an internet connection you may want
96  to download the generated documentation archive from the aforementioned
97  page so you can browse those documents offline.</p>
98
99  <hr>
100
101  <p>Revised $Date: 2007/01/02 18:31:13 $</p>
102
103  <p>Copyright &copy; Rene Rivera 2003.<br>
104  Copyright &copy; Jens Maurer 2001.<br>
105  Copyright &copy; John Maddock 2004.</p>
106
107  <p><small>Distributed under the Boost Software License, Version 1.0. (See
108  accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
109  at <a href=
110  "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
111</body>
112</html>
Note: See TracBrowser for help on using the repository browser.