what's wrong with $EDITOR ? :-)
On Tue, Jun 28, 2011 at 12:40, <danie...@apache.org> wrote: > Author: danielsh > Date: Tue Jun 28 16:40:32 2011 > New Revision: 1140718 > > URL: http://svn.apache.org/viewvc?rev=1140718&view=rev > Log: > * docs/community-guide/releasing.part.html > (release-stabilization): Fix E205007 by providing a log message. > > Patch by: OCD > > 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=1140718&r1=1140717&r2=1140718&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:40:32 2011 > @@ -405,7 +405,8 @@ latest trunk, for example:</p> > > <pre> > $ svn cp https://svn.apache.org/repos/asf/subversion/trunk \ > - https://svn.apache.org/repos/asf/subversion/branches/A.B.x > + https://svn.apache.org/repos/asf/subversion/branches/A.B.x \ > + -m "Create the A.B.x release branch." > </pre> > > <p>The stabilization period for a new A.B.0 release normally lasts > > >