docs/170174: [patch] The mailing list section of the handbook still refers to CVS mailing lists instead of SVN

Carl Delsey carl.r.delsey at intel.com
Wed Jul 25 18:40:13 UTC 2012


>Number:         170174
>Category:       docs
>Synopsis:       [patch] The mailing list section of the handbook still refers to CVS mailing lists instead of SVN
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 18:40:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Carl Delsey
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crdelsey-dev 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The mailing list section of the FreeBSD handbook still refers to the
old CVS mailing lists for the ports and docs repositories. It should refer to the new SVN mailing lists.
>How-To-Repeat:
	
>Fix:

	

--- mailing-list-update-for-doc-ports-move-to-svn.patch begins here ---
Index: en_US.ISO8859-1/share/sgml/mailing-lists.ent
===================================================================
--- en_US.ISO8859-1/share/sgml/mailing-lists.ent	(revision 39265)
+++ en_US.ISO8859-1/share/sgml/mailing-lists.ent	(working copy)
@@ -411,6 +411,34 @@
 <!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.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/-current</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 / 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/-current</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 / 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 "<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>">
Index: en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
===================================================================
--- en_US.ISO8859-1/books/handbook/eresources/chapter.sgml	(revision 39265)
+++ en_US.ISO8859-1/books/handbook/eresources/chapter.sgml	(working copy)
@@ -633,40 +633,63 @@
 
 	  <tbody>
 	    <row>
-	      <entry>&a.cvsall.name;</entry>
-	      <entry><filename>/usr/(CVSROOT|doc|ports)</filename></entry>
-	      <entry>All changes to any place in the tree (superset of other CVS commit lists)</entry>
+	      <entry>&a.svn-doc-all.name;</entry>
+	      <entry><filename>/usr/doc</filename></entry>
+	      <entry>All changes to the doc Subversion repository (except
+	        for <filename>user</filename>,
+	            <filename>projects</filename>
+	        and <filename>translations</filename>)</entry>
 	    </row>
 
 	    <row>
-	      <entry>&a.cvs-doc.name;</entry>
-	      <entry><filename>/usr/(doc|www)</filename></entry>
-	      <entry>All changes to the doc and www trees</entry>
+	      <entry>&a.svn-doc-head.name;</entry>
+	      <entry><filename>/usr/doc</filename></entry>
+	      <entry>All changes to the <quote>head</quote> branch of
+		the doc Subversion repository (the &os;-CURRENT
+		branch)</entry>
 	    </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>All changes to the ports tree</entry>
+	      <entry>All changes to the ports Subversion repository</entry>
 	    </row>
 
 	    <row>
-	      <entry>&a.cvs-projects.name;</entry>
-	      <entry><filename>/usr/projects</filename></entry>
-	      <entry>All changes to the projects tree</entry>
+	      <entry>&a.svn-ports-head.name;</entry>
+	      <entry><filename>/usr/ports</filename></entry>
+	      <entry>All changes to the <quote>head</quote> branch of
+		the ports Subversion repository (the &os;-CURRENT
+		branch)</entry>
 	    </row>
 
 	    <row>
-	      <entry>&a.cvs-src.name;</entry>
-	      <entry><filename>/usr/src</filename></entry>
-	      <entry>All changes to the src tree (generated by the svn-to-cvs
-		importer commits)</entry>
+	      <entry>&a.svn-ports-svnadmin.name;</entry>
+	      <entry><filename>/usr/ports</filename></entry>
+	      <entry>All changes to the administrative scripts, hooks,
+		and other configuration data of the ports Subversion
+		repository</entry>
 	    </row>
 
 	    <row>
 	      <entry>&a.svn-src-all.name;</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>
 		and <filename>projects</filename>)</entry>
 	    </row>
@@ -675,7 +698,7 @@
 	      <entry>&a.svn-src-head.name;</entry>
 	      <entry><filename>/usr/src</filename></entry>
 	      <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>
 	    </row>
 
--- mailing-list-update-for-doc-ports-move-to-svn.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list