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. br...@wandisco.com

Reply via email to