Change the references to CVS mailing lists and entities to the new SVN ones.

PR:		docs/170174
Submitted by:	Carl Delsey (carl.r.delsey (at) intel.com) (minor
		tweaks by me)
Approved by:	gjb (mentor)
This commit is contained in:
Isabell Long 2012-07-26 14:27:36 +00:00
parent 0b38f7e051
commit 8ae204c9df
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39269
2 changed files with 67 additions and 18 deletions
en_US.ISO8859-1
books/handbook/eresources
share/sgml

View file

@ -615,7 +615,7 @@
you can change your digest options in your account options you can change your digest options in your account options
section.</para> section.</para>
<para><emphasis>CVS &amp; SVN lists:</emphasis> The following lists <para><emphasis>SVN lists:</emphasis> The following lists
are for people interested in seeing the log messages for changes to are for people interested in seeing the log messages for changes to
various areas of the source tree. They are various areas of the source tree. They are
<emphasis>Read-Only</emphasis> lists and should not have mail sent to <emphasis>Read-Only</emphasis> lists and should not have mail sent to
@ -633,40 +633,61 @@
<tbody> <tbody>
<row> <row>
<entry>&a.cvsall.name;</entry> <entry>&a.svn-doc-all.name;</entry>
<entry><filename>/usr/(CVSROOT|doc|ports)</filename></entry> <entry><filename>/usr/doc</filename></entry>
<entry>All changes to any place in the tree (superset of other CVS commit lists)</entry> <entry>All changes to the doc Subversion repository (except
for <filename>user</filename>,
<filename>projects</filename>
and <filename>translations</filename>)</entry>
</row> </row>
<row> <row>
<entry>&a.cvs-doc.name;</entry> <entry>&a.svn-doc-head.name;</entry>
<entry><filename>/usr/(doc|www)</filename></entry> <entry><filename>/usr/doc</filename></entry>
<entry>All changes to the doc and www trees</entry> <entry>All changes to the <quote>head</quote> branch of
the doc Subversion repository</entry>
</row> </row>
<row> <row>
<entry>&a.cvs-ports.name;</entry> <entry>&a.svn-doc-projects.name;</entry>
<entry><filename>/usr/doc/projects</filename></entry>
<entry>All changes to the <filename>projects</filename>
area of the doc Subversion repository</entry>
</row>
<row>
<entry>&a.svn-doc-svnadmin.name;</entry>
<entry><filename>/usr/doc</filename></entry>
<entry>All changes to the administrative scripts, hooks,
and other configuration data of the doc Subversion
repository</entry>
</row>
<row>
<entry>&a.svn-ports-all.name;</entry>
<entry><filename>/usr/ports</filename></entry> <entry><filename>/usr/ports</filename></entry>
<entry>All changes to the ports tree</entry> <entry>All changes to the ports Subversion repository</entry>
</row> </row>
<row> <row>
<entry>&a.cvs-projects.name;</entry> <entry>&a.svn-ports-head.name;</entry>
<entry><filename>/usr/projects</filename></entry> <entry><filename>/usr/ports</filename></entry>
<entry>All changes to the projects tree</entry> <entry>All changes to the <quote>head</quote> branch of
the ports Subversion repository</entry>
</row> </row>
<row> <row>
<entry>&a.cvs-src.name;</entry> <entry>&a.svn-ports-svnadmin.name;</entry>
<entry><filename>/usr/src</filename></entry> <entry><filename>/usr/ports</filename></entry>
<entry>All changes to the src tree (generated by the svn-to-cvs <entry>All changes to the administrative scripts, hooks,
importer commits)</entry> and other configuration data of the ports Subversion
repository</entry>
</row> </row>
<row> <row>
<entry>&a.svn-src-all.name;</entry> <entry>&a.svn-src-all.name;</entry>
<entry><filename>/usr/src</filename></entry> <entry><filename>/usr/src</filename></entry>
<entry>All changes to the Subversion repository (except <entry>All changes to the src Subversion repository (except
for <filename>user</filename> for <filename>user</filename>
and <filename>projects</filename>)</entry> and <filename>projects</filename>)</entry>
</row> </row>
@ -675,7 +696,7 @@
<entry>&a.svn-src-head.name;</entry> <entry>&a.svn-src-head.name;</entry>
<entry><filename>/usr/src</filename></entry> <entry><filename>/usr/src</filename></entry>
<entry>All changes to the <quote>head</quote> branch of <entry>All changes to the <quote>head</quote> branch of
the Subversion repository (the &os;-CURRENT the src Subversion repository (the &os;-CURRENT
branch)</entry> branch)</entry>
</row> </row>

View file

@ -411,6 +411,34 @@
<!ENTITY a.sun4v "<ulink url='&a.sun4v.url;'>FreeBSD sun4v porting mailing list</ulink>"> <!ENTITY a.sun4v "<ulink url='&a.sun4v.url;'>FreeBSD sun4v porting mailing list</ulink>">
<!ENTITY a.sun4v.name "<ulink url='&a.sun4v.url;'>freebsd-sun4v</ulink>"> <!ENTITY a.sun4v.name "<ulink url='&a.sun4v.url;'>freebsd-sun4v</ulink>">
<!ENTITY a.svn-doc-all.url "&a.mailman.listinfo;/svn-doc-all">
<!ENTITY a.svn-doc-all "<ulink url='&a.svn-doc-all.url;'>SVN commit messages for the entire doc tree (except for <quote>user</quote>, <quote>projects</quote> and <quote>translations</quote>)</ulink>">
<!ENTITY a.svn-doc-all.name "<ulink url='&a.svn-doc-all.url;'>svn-doc-all</ulink>">
<!ENTITY a.svn-doc-head.url "&a.mailman.listinfo;/svn-doc-head">
<!ENTITY a.svn-doc-head "<ulink url='&a.svn-doc-head.url;'>SVN commit messages for the doc tree for head/</ulink>">
<!ENTITY a.svn-doc-head.name "<ulink url='&a.svn-doc-head.url;'>svn-doc-head</ulink>">
<!ENTITY a.svn-doc-projects.url "&a.mailman.listinfo;/svn-doc-projects">
<!ENTITY a.svn-doc-projects "<ulink url='&a.svn-doc-projects.url;'>SVN commit messages for the doc <quote>projects</quote> tree</ulink>">
<!ENTITY a.svn-doc-projects.name "<ulink url='&a.svn-doc-projects.url;'>svn-doc-projects</ulink>">
<!ENTITY a.svn-doc-svnadmin.url "&a.mailman.listinfo;/svn-doc-svnadmin">
<!ENTITY a.svn-doc-svnadmin "<ulink url='&a.svn-doc-svnadmin.url;'>SVN commit messages for the doc admin&nbsp;/ configuration tree</ulink>">
<!ENTITY a.svn-doc-svnadmin.name "<ulink url='&a.svn-doc-svnadmin.url;'>svn-doc-svnadmin</ulink>">
<!ENTITY a.svn-ports-all.url "&a.mailman.listinfo;/svn-ports-all">
<!ENTITY a.svn-ports-all "<ulink url='&a.svn-ports-all.url;'>SVN commit messages for the entire ports tree</ulink>">
<!ENTITY a.svn-ports-all.name "<ulink url='&a.svn-ports-all.url;'>svn-ports-all</ulink>">
<!ENTITY a.svn-ports-head.url "&a.mailman.listinfo;/svn-ports-head">
<!ENTITY a.svn-ports-head "<ulink url='&a.svn-ports-head.url;'>SVN commit messages for the ports tree for head/</ulink>">
<!ENTITY a.svn-ports-head.name "<ulink url='&a.svn-ports-head.url;'>svn-ports-head</ulink>">
<!ENTITY a.svn-ports-svnadmin.url "&a.mailman.listinfo;/svn-ports-svnadmin">
<!ENTITY a.svn-ports-svnadmin "<ulink url='&a.svn-ports-svnadmin.url;'>SVN commit messages for the ports admin&nbsp;/ configuration tree</ulink>">
<!ENTITY a.svn-ports-svnadmin.name "<ulink url='&a.svn-ports-svnadmin.url;'>svn-ports-svnadmin</ulink>">
<!ENTITY a.svn-src-all.url "&a.mailman.listinfo;/svn-src-all"> <!ENTITY a.svn-src-all.url "&a.mailman.listinfo;/svn-src-all">
<!ENTITY a.svn-src-all "<ulink url='&a.svn-src-all.url;'>SVN commit messages for the entire src tree (except for <quote>user</quote> and <quote>projects</quote>)</ulink>"> <!ENTITY a.svn-src-all "<ulink url='&a.svn-src-all.url;'>SVN commit messages for the entire src tree (except for <quote>user</quote> and <quote>projects</quote>)</ulink>">
<!ENTITY a.svn-src-all.name "<ulink url='&a.svn-src-all.url;'>svn-src-all</ulink>"> <!ENTITY a.svn-src-all.name "<ulink url='&a.svn-src-all.url;'>svn-src-all</ulink>">