Updates to the Committer's Guide to reflect the CVS->SVN Documentation
repository conversion: - Replace "Main Subversion Root" with "src/ Subversion Root", and add and equivalent entry for the doc/ tree root - Replace "Main CVSROOTs" with "ports/ CVS Root" and remove the listing for the doc/ CVS tree - Specify the src/ tree in a listing of noteworthy branches - Update an example to use "pcvs" instead of "dcvs"
This commit is contained in:
parent
88b6aa3ae7
commit
6117c1277e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38839
1 changed files with 14 additions and 5 deletions
|
@ -75,17 +75,25 @@
|
|||
</row>
|
||||
|
||||
<row>
|
||||
<entry><emphasis>Main Subversion Root</emphasis></entry>
|
||||
<entry><emphasis><literal>src/</literal> Subversion Root</emphasis></entry>
|
||||
<entry>
|
||||
<literal>svn+ssh://</literal><hostid role="fqdn">svn.FreeBSD.org</hostid><filename>/base</filename> (see also <xref linkend="subversion-primer">).
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><emphasis><literal>doc/</literal> Subversion
|
||||
Root</emphasis></entry>
|
||||
<entry>
|
||||
<literal>svn+ssh://</literal><hostid
|
||||
role="fqdn">svn.FreeBSD.org</hostid><filename>/doc</filename>
|
||||
(see also <xref linkend="subversion-primer">).
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><emphasis>Main CVSROOT's</emphasis></entry>
|
||||
<entry><emphasis><literal>ports/</literal> CVS Root</emphasis></entry>
|
||||
<entry>
|
||||
|
||||
<hostid role="fqdn">dcvs.FreeBSD.org</hostid><literal>:</literal><filename>/home/dcvs</filename>,
|
||||
<hostid role="fqdn">pcvs.FreeBSD.org</hostid><literal>:</literal><filename>/home/pcvs</filename>
|
||||
(see also <xref linkend="vcs.operations">).
|
||||
|
||||
|
@ -126,7 +134,8 @@
|
|||
</row>
|
||||
|
||||
<row>
|
||||
<entry><emphasis>Noteworthy SVN Branches</emphasis></entry>
|
||||
<entry><emphasis>Noteworthy <literal>src/</literal>SVN
|
||||
Branches</emphasis></entry>
|
||||
|
||||
<entry>
|
||||
<literal>stable/7</literal> (7.X-STABLE),
|
||||
|
@ -344,7 +353,7 @@
|
|||
<para>CVS operations are done remotely by setting the
|
||||
<envar>CVSROOT</envar> environment variable to the appropriate host
|
||||
and top-level directory (for example,
|
||||
<hostid role="fqdn">dcvs.FreeBSD.org</hostid><literal>:</literal><filename>/home/dcvs</filename>),
|
||||
<hostid role="fqdn">pcvs.FreeBSD.org</hostid><literal>:</literal><filename>/home/pcvs</filename>),
|
||||
and
|
||||
doing the appropriate check-out/check-in operations. Many committers
|
||||
define aliases which expand to the correct <application>cvs</application>
|
||||
|
|
Loading…
Reference in a new issue