Some updates - cvsadm, explicitly mention subversion hosts, add 8.x

svn and cvs branches of note.
This commit is contained in:
Robert Watson 2009-08-13 15:51:59 +00:00
parent 61b9da1ea3
commit 3fa7120db5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34615

View file

@ -60,10 +60,15 @@
<tgroup cols="2"> <tgroup cols="2">
<tbody> <tbody>
<row> <row>
<entry><emphasis>Main Repository Host</emphasis></entry> <entry><emphasis>Main CVS Repository Host</emphasis></entry>
<entry><hostid role="fqdn">ncvs.FreeBSD.org</hostid></entry> <entry><hostid role="fqdn">ncvs.FreeBSD.org</hostid></entry>
</row> </row>
<row>
<entry><emphasis>Main Subversion Repository Host</emphasis></entry>
<entry><hostid role="fqdn">svn.FreeBSD.org</hostid></entry>
</row>
<row> <row>
<entry><emphasis>Login Methods</emphasis></entry> <entry><emphasis>Login Methods</emphasis></entry>
<entry>&man.ssh.1;, protocol 2 only</entry> <entry>&man.ssh.1;, protocol 2 only</entry>
@ -76,9 +81,16 @@
</entry> </entry>
</row> </row>
<row>
<entry><emphasis>Main Subversion Root</emphasis></entry>
<entry>
<literal>svn+ssh://</literal><hostid role="fqdn">svn.FreeBSD.org</hostid><filename>/base</filename> (although also see <xref linkend="vcs.operations">).
</entry>
</row>
<row> <row>
<entry><emphasis>Main &a.cvsadm;</emphasis></entry> <entry><emphasis>Main &a.cvsadm;</emphasis></entry>
<entry>&a.peter; and &a.markm;, as well as &a.joe; and &a.marcus; for <entry>&a.peter; and &a.simon;, as well as &a.joe; and &a.marcus; for
<filename>ports/</filename></entry> <filename>ports/</filename></entry>
</row> </row>
@ -115,6 +127,7 @@
<entry> <entry>
<literal>RELENG_6</literal> (6.X-STABLE), <literal>RELENG_6</literal> (6.X-STABLE),
<literal>RELENG_7</literal> (7.X-STABLE), <literal>RELENG_7</literal> (7.X-STABLE),
<literal>RELENG_8</literal> (7.X-STABLE),
<literal>HEAD</literal> (-CURRENT) <literal>HEAD</literal> (-CURRENT)
</entry> </entry>
</row> </row>
@ -125,6 +138,7 @@
<entry> <entry>
<literal>stable/6</literal> (6.X-STABLE), <literal>stable/6</literal> (6.X-STABLE),
<literal>stable/7</literal> (7.X-STABLE), <literal>stable/7</literal> (7.X-STABLE),
<literal>stable/8</literal> (8.X-STABLE),
<literal>head</literal> (-CURRENT) <literal>head</literal> (-CURRENT)
</entry> </entry>
</row> </row>