Dariusz on Software Quality

23/12/2009

How to correct comment after commit in Subversion

Filed under: en — Tags: , — dariusz.cieslak @

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

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress