tortoisesvn - Change SVN commit message retroactively? -
I would like to re-write a large number of SVN committed messages in a different composition, e.g. From the prefix of a range:
"foo" now accepts the "bar" format for the connection string.
I need
core - database - "foo" now accepts the "bar" format for the connection string.
An easy way to do this is to use the entire repository dumping to not svndumpfilter
?
I am working with TortoiseSVN at customer end, and VisualSVN in server over. (There is a cover around VisualSVN Classic svn
, which I can also speak through the command line.)
Yes, committed messages can change, they are implemented as properties on modifications similar to regular file-properties.
In the TortoiseSVN log window, you can right-click on a commit and select "Edit Log Message".
Comments
Post a Comment