Commit 26182891 by Ed Smith-Rowland Committed by Paolo Carlini

index.html ([1.0]): Replace references to CVS with appropriate references to SVN.

2006-01-31  Ed Smith-Rowland  <3dw4rd@verizon.net>

	* docs/html/faq/index.html ([1.0]): Replace references to CVS
	with appropriate references to SVN.
	([1.3]): Likewise.
	([1.4]): Likewise.
	([2.3]): Likewise.
	* docs/html/faq/index.txt: Regenerated.

From-SVN: r110435
parent 0058967b
2006-01-31 Ed Smith-Rowland <3dw4rd@verizon.net>
* docs/html/faq/index.html ([1.0]): Replace references to CVS
with appropriate references to SVN.
([1.3]): Likewise.
([1.4]): Likewise.
([2.3]): Likewise.
* docs/html/faq/index.txt: Regenerated.
2006-01-30 Gabriel Dos Reis <gdr@integrable-solutions.net> 2006-01-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
* include/bits/valarray_array.h (__valarray_default_construct): * include/bits/valarray_array.h (__valarray_default_construct):
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<ol> <ol>
<li><a href="#2_1">How do I install libstdc++-v3?</a> </li> <li><a href="#2_1">How do I install libstdc++-v3?</a> </li>
<li><a href="#2_2">[removed]</a> </li> <li><a href="#2_2">[removed]</a> </li>
<li><a href="#2_3">What is this CVS thing that you keep <li><a href="#2_3">What is this SVN thing that you keep
mentioning?</a> </li> mentioning?</a> </li>
<li><a href="#2_4">How do I know if it works?</a> </li> <li><a href="#2_4">How do I know if it works?</a> </li>
<li><a href="#2_5">This library is HUGE! And what's libsupc++?</a> </li> <li><a href="#2_5">This library is HUGE! And what's libsupc++?</a> </li>
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
For those who want to see exactly how For those who want to see exactly how
far the project has come, or just want the latest far the project has come, or just want the latest
bleeding-edge code, the up-to-date source is available over bleeding-edge code, the up-to-date source is available over
anonymous CVS, and can even be browsed over the Web (see anonymous SVN, and can even be browsed over the Web (see
<a href="#1_4">1.4</a> below). <a href="#1_4">1.4</a> below).
</p> </p>
<p>The older libstdc++-v2 project is no longer maintained; the code <p>The older libstdc++-v2 project is no longer maintained; the code
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
all over the world, in the same way as GCC or Linux. all over the world, in the same way as GCC or Linux.
Benjamin Kosnik, Gabriel Dos Reis, Phil Edwards, Ulrich Drepper, Benjamin Kosnik, Gabriel Dos Reis, Phil Edwards, Ulrich Drepper,
Loren James Rittle, and Paolo Carlini are the lead maintainers of Loren James Rittle, and Paolo Carlini are the lead maintainers of
the CVS archive. the SVN archive.
</p> </p>
<p>Development and discussion is held on the libstdc++ mailing <p>Development and discussion is held on the libstdc++ mailing
list. Subscribing to the list, or searching the list list. Subscribing to the list, or searching the list
...@@ -193,8 +193,8 @@ ...@@ -193,8 +193,8 @@
<hr /> <hr />
<h2><a name="1_4">1.4 How do I get libstdc++?</a></h2> <h2><a name="1_4">1.4 How do I get libstdc++?</a></h2>
<p>The <a href="http://gcc.gnu.org/libstdc++/">homepage</a> <p>The <a href="http://gcc.gnu.org/libstdc++/">homepage</a>
has instructions for retrieving the latest CVS sources, and for has instructions for retrieving the latest SVN sources, and for
browsing the CVS sources over the web. browsing the SVN sources over the web.
</p> </p>
<p>Stable versions of libstdc++-v3 are included with releases of <p>Stable versions of libstdc++-v3 are included with releases of
<a href="http://gcc.gnu.org/releases.html">the GCC compilers</a>. <a href="http://gcc.gnu.org/releases.html">the GCC compilers</a>.
...@@ -313,7 +313,7 @@ which is no longer available, thanks deja...--> ...@@ -313,7 +313,7 @@ which is no longer available, thanks deja...-->
<p>The top-level install.html and <p>The top-level install.html and
<a href="../17_intro/RELEASE-NOTES">RELEASE-NOTES</a> files contain <a href="../17_intro/RELEASE-NOTES">RELEASE-NOTES</a> files contain
the exact build and installation instructions. You may wish to the exact build and installation instructions. You may wish to
browse those files over CVSweb ahead of time to get a feel for browse those files over ViewVC ahead of time to get a feel for
what's required. RELEASE-NOTES is located in the what's required. RELEASE-NOTES is located in the
&quot;.../docs/17_intro/&quot; directory of the distribution. &quot;.../docs/17_intro/&quot; directory of the distribution.
</p> </p>
...@@ -325,17 +325,14 @@ which is no longer available, thanks deja...--> ...@@ -325,17 +325,14 @@ which is no longer available, thanks deja...-->
</p> </p>
<hr /> <hr />
<h2><a name="2_3">2.3 What is this CVS thing that you <h2><a name="2_3">2.3 What is this SVN thing that you
keep mentioning?</a></h2> keep mentioning?</a></h2>
<p>The <em>Concurrent Versions System</em> is one of several revision <p><em>Subversion</em> is one of several revision control packages.
control packages. It was selected for GNU projects because it's It was selected for GNU projects because it's free (speech), free (beer),
free (speech), free (beer), and very high quality. The <a and very high quality. The <a href="http://subversion.tigris.org">
href="http://www.gnu.org/software/cvs/cvs.html">CVS entry in Subversion home page</a> has a better description.
the GNU software catalogue</a> has a better description as </p>
well as a <p>The &quot;anonymous client checkout&quot; feature of SVN is
<a href="http://www.cvshome.org/">link to the makers of CVS</a>.
</p>
<p>The &quot;anonymous client checkout&quot; feature of CVS is
similar to anonymous FTP in that it allows anyone to retrieve similar to anonymous FTP in that it allows anyone to retrieve
the latest libstdc++ sources. the latest libstdc++ sources.
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment