4

Possible Duplicate:
Can I go back and edit comments on an SVN checkin?

I've seen plenty of cases where someone put an inaccurate comment on an SVN commit. It would be nice if there was a way to clean these up.

Okay, I think the answer is "not without doing a dump and restore", but maybe I'm lucky and there is an easy way.

Community
  • 1
  • 1
Jay
  • 26,876
  • 10
  • 61
  • 112
  • Yes. See: http://stackoverflow.com/questions/692851/can-i-go-back-and-edit-comments-on-an-svn-checkin – jwir3 May 26 '11 at 19:56

2 Answers2

1

I believe this is the answer you seek:

http://subversion.apache.org/faq.html#change-log-msg

Katie Kilian
  • 6,815
  • 5
  • 41
  • 64
0

The svnadmin setlog command can do this.

Greg Hewgill
  • 951,095
  • 183
  • 1,149
  • 1,285