Dariusz on Software

Methods and Tools

About This Site

Software development stuff

Archive

How to correct comment after commit in Subversion
Wed, 23 Dec 2009 14:09:05 +0000

Correcting comments of existing commits is easy if you have enough privileges on subversion repository:

svn propedit -r <revision-number-here> --revprop svn:log "<new log message>" <url>

That's all. Pretty simple.

http://subversion.tigris.org/faq.html#change-log-msg
Tags: svn.

Tags

Created by Chronicle v3.5