[56239] trunk/dports

Blair Zajac blair at orcaware.com
Tue Aug 25 15:59:32 PDT 2009


Ryan Schmidt wrote:
> 
> Ok, then you should just amend the commit message to indicate:
> 
> svn propedit --revprop -r56239 svn:log \
> http://svn.macosforge.org/repository/macports/trunk

For people who don't use svn much, I have a Bourne shell function for this to 
make it easier to correct log messages:

# svn log edit: run it like
# svnle 12345
svnle()
{
   svn pe --revprop svn:log -r ${1+"$@"}
}

If you run it in a working copy, it'll use the URL from the working copy and you 
won't have to supply the URL.

Blair


More information about the macports-dev mailing list