Author: danielsh
Date: Tue Jun 28 16:48:29 2011
New Revision: 1140721
URL: http://svn.apache.org/viewvc?rev=1140721&view=rev
Log:
* docs/community-guide/releasing.part.html
(porting-changes): Document an exception.
Modified:
subversion/site/publish/docs/community-guide/releasing.part.html
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1140721&r1=1140720&r2=1140721&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Tue Jun 28
16:48:29 2011
@@ -802,7 +802,9 @@ A.B with the version you're preparing, e
<p>Once a release branch has been created, no development <i>ever</i>
takes place there. The only changes permitted are ones made to
various bookkeeping files such as <tt>STATUS</tt>, and changes merged
-in from trunk.</p>
+in from trunk. A feature branch can be created from the A.B.X branch if
+new development needs to take place (for example, to fix a bug that does
+not affect trunk).</p>
<p>The protocol used to accept or refuse the merging of changes from
trunk is of interest to all Subversion developers, and as such is