Author: danielsh
Date: Tue Jun 28 16:51:49 2011
New Revision: 1140722
URL: http://svn.apache.org/viewvc?rev=1140722&view=rev
Log:
* docs/community-guide/releasing.part.html
(writing-initial-changes): Use --stop-on-copy.
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=1140722&r1=1140721&r2=1140722&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:51:49 2011
@@ -853,10 +853,8 @@ detailed?</i></p>
title="Link to this section">¶</a>
</h3>
-<p>Run <tt>svn log -rHEAD:BRANCH_POINT
-http://svn.apache.org/repos/asf/subversion/branches/A.B.x</tt>, where
-<var>BRANCH_POINT</var> is the revnum where the previous major/minor release
was
-branched off of the trunk. This should give you every change ever
+<p>Run <tt>svn log -r HEAD:1 --stop-on-copy
+^/subversion/branches/A.B.x</tt>. This should give you every change ever
made to the A.B.x line, including backports made to the A.B.x branch.
You then need to <em>remove</em> logs of changes that have already
been released in micro releases of the previous major/minor branch.