You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Daniel John Debrunner <dj...@apache.org> on 2006/07/28 01:04:43 UTC

magic incantation to fix/modify a commit message

Andrew once posted the magic svn command to update a commit message,
some strange use of svn propedit or similar. Does anyone have that, I
just committed a change with no message.

I'll add it to the wiki.

Dan.


Re: magic incantation to fix/modify a commit message

Posted by "Jean T. Anderson" <jt...@bristowhill.com>.
"N" is the svn revision:

   svn propedit --revprop -r N svn:log

 -jean

Daniel John Debrunner wrote:
> Andrew once posted the magic svn command to update a commit message,
> some strange use of svn propedit or similar. Does anyone have that, I
> just committed a change with no message.
> 
> I'll add it to the wiki.
> 
> Dan.
> 


Re: magic incantation to fix/modify a commit message

Posted by Yip Ng <yi...@gmail.com>.
Hi Dan:

I think you can update the log message with the following svn command:

svn propedit --revprop -r commit# svn:log

On 7/27/06, Daniel John Debrunner <dj...@apache.org> wrote:
>
> Andrew once posted the magic svn command to update a commit message,
> some strange use of svn propedit or similar. Does anyone have that, I
> just committed a change with no message.
>
> I'll add it to the wiki.
>
> Dan.
>
>