[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Correcting missing log message

From: Branko Čibej <brane_at_wandisco.com>
Date: Wed, 30 Apr 2014 18:44:36 +0200

On 30.04.2014 18:17, Martin Clarke wrote:
>
> Hi
>
>
>
> I have a file that I fumbled the log message for during $ svn ci
>
>
>
> Is there any way of directly editing that in the ‘database’ please?
>

No! What a horrible idea.

There is a way to change the log message, using propset:

$ svn propset --revprop svn:log -r<revision> "New log message"

(or you can use propedit instead of propset).

However, your server has to be configured to allow modifications of
revision properties.

-- Brane

-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. brane_at_wandisco.com
Received on 2014-04-30 18:45:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.