cvs.html 4.7 KB

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