svn commit: r38839 - head/en_US.ISO8859-1/articles/committers-guide
Glen Barber
gjb at FreeBSD.org
Sat May 19 22:51:08 UTC 2012
Author: gjb
Date: Sat May 19 22:51:07 2012
New Revision: 38839
URL: http://svn.freebsd.org/changeset/doc/38839
Log:
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"
Modified:
head/en_US.ISO8859-1/articles/committers-guide/article.sgml
Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.sgml Sat May 19 22:30:51 2012 (r38838)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml Sat May 19 22:51:07 2012 (r38839)
@@ -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>
More information about the svn-doc-all
mailing list