You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2008/06/27 00:45:01 UTC

svn commit: r672047 - in /httpd/site/trunk: docs/dev/guidelines.html xdocs/dev/guidelines.xml

Author: sctemme
Date: Thu Jun 26 15:45:01 2008
New Revision: 672047

URL: http://svn.apache.org/viewvc?rev=672047&view=rev
Log:
Change the CVS description to match reality, take a stab at describing a backport

Modified:
    httpd/site/trunk/docs/dev/guidelines.html
    httpd/site/trunk/xdocs/dev/guidelines.xml

Modified: httpd/site/trunk/docs/dev/guidelines.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/guidelines.html?rev=672047&r1=672046&r2=672047&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/guidelines.html (original)
+++ httpd/site/trunk/docs/dev/guidelines.html Thu Jun 26 15:45:01 2008
@@ -154,14 +154,12 @@
       is only open to Apache Group members.
   </dd>
 
-  <dt><strong>CVS</strong></dt>
+  <dt><strong>Subversion</strong></dt>
   <dd>All of the Apache products are maintained in shared information
-      repositories using <a href="devnotes.html">CVS on
-      <em>httpd.apache.org</em></a>.  Only some of the Apache developers have
-      write access to these repositories; everyone has read access via
-      <a href="anoncvs">anonymous CVS</a>.  Developers who want write
-      access need to ask for it on the mailing list and, if approved, need
-      to ask the admin of <em>httpd.apache.org</em> for a user account.
+      repositories using <a href="devnotes.html">Subversion on
+      <em>svn.apache.org</em></a>.  Only some of the Apache developers have
+      write access to these repositories; everyone has 
+      <a href="http://svn.apache.org/repos/asf/httpd/httpd">read access</a>.
   </dd>
 </dl>
   </blockquote>
@@ -335,6 +333,14 @@
       to lazy consensus.  All product changes to a prior-branch (old version)
       repository require consensus before the change is committed.</p>
   </dd>
+  
+  <dt><strong>Backport</strong></dt>
+  <dd>A backport is the application of a change on the Subversion
+      repository trunk to the a maintenance branch of the project. This is 
+      necessary in cases where an issue exists in multiple versions of the 
+      Apache HTTP Server. A fix for such an issue will typically be developed 
+      for the trunk, which is under active development. 
+  </dd>
 </dl>
   </blockquote>
  </td></tr>

Modified: httpd/site/trunk/xdocs/dev/guidelines.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/dev/guidelines.xml?rev=672047&r1=672046&r2=672047&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/dev/guidelines.xml (original)
+++ httpd/site/trunk/xdocs/dev/guidelines.xml Thu Jun 26 15:45:01 2008
@@ -81,14 +81,12 @@
       is only open to Apache Group members.
   </dd>
 
-  <dt><strong>CVS</strong></dt>
+  <dt><strong>Subversion</strong></dt>
   <dd>All of the Apache products are maintained in shared information
-      repositories using <a href="devnotes.html">CVS on
-      <em>httpd.apache.org</em></a>.  Only some of the Apache developers have
-      write access to these repositories; everyone has read access via
-      <a href="anoncvs">anonymous CVS</a>.  Developers who want write
-      access need to ask for it on the mailing list and, if approved, need
-      to ask the admin of <em>httpd.apache.org</em> for a user account.
+      repositories using <a href="devnotes.html">Subversion on
+      <em>svn.apache.org</em></a>.  Only some of the Apache developers have
+      write access to these repositories; everyone has 
+      <a href="http://svn.apache.org/repos/asf/httpd/httpd">read access</a>.
   </dd>
 </dl>
 </section>
@@ -241,6 +239,14 @@
       to lazy consensus.  All product changes to a prior-branch (old version)
       repository require consensus before the change is committed.</p>
   </dd>
+  
+  <dt><strong>Backport</strong></dt>
+  <dd>A backport is the application of a change on the Subversion
+      repository trunk to the a maintenance branch of the project. This is 
+      necessary in cases where an issue exists in multiple versions of the 
+      Apache HTTP Server. A fix for such an issue will typically be developed 
+      for the trunk, which is under active development. 
+  </dd>
 </dl>
 </section>