We use SVN, not CVS now.

Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2013-01-13 06:41:30 +00:00
parent 9faf84ca44
commit fdcc9c53e1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40611

View file

@ -1027,7 +1027,7 @@
<para> <para>
The Source Repository Manager is the only one who is allowed The Source Repository Manager is the only one who is allowed
to directly modify the repository without using the to directly modify the repository without using the
<xref linkend="tool-cvs"/> tool. <xref linkend="tool-svn"/> tool.
It is his/her It is his/her
responsibility to ensure that technical problems that arise in the responsibility to ensure that technical problems that arise in the
repository are resolved quickly. The source repository repository are resolved quickly. The source repository
@ -2190,11 +2190,9 @@
developed tools. These tools are commonly used in the open source world. developed tools. These tools are commonly used in the open source world.
</para> </para>
<section id="tool-cvs" xreflabel="CVS"> <section id="tool-svn" xreflabel="SVN">
<title>Concurrent Versions System (CVS)</title> <title>Subversion (SVN)</title>
<para> <para>Subversion (<quote>SVN</quote>)
Concurrent Versions System
or simply <quote>CVS</quote>
is a system to handle multiple versions of text files and is a system to handle multiple versions of text files and
tracking who committed what changes and why. A project lives tracking who committed what changes and why. A project lives
within a <quote>repository</quote> and different versions are within a <quote>repository</quote> and different versions are
@ -2214,7 +2212,6 @@
</para> </para>
</section> </section>
<section id="tool-gnats" xreflabel="GNATS"> <section id="tool-gnats" xreflabel="GNATS">
<title>GNATS</title> <title>GNATS</title>
<para> <para>