Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Editing a Log in tortoise

Can you edit a log if you made a mistake when specifying some commit comments?

like image 687
PositiveGuy Avatar asked Sep 18 '09 18:09

PositiveGuy


2 Answers

By default, you cannot edit the log message. In order to change this default behavior, you (or your SVN administrator) need to set up an appropriate pre-revprop-change hook.

The online "Version Control with Subversion" book describes what a pre-revprop-change hook is and how to set one up.

This StackOverflow entry has pre-revprop-change content that you can cut-and-paste to enable log message edits.

like image 64
Brandon E Taylor Avatar answered Oct 26 '22 10:10

Brandon E Taylor


Open the log messages window (Show Log), right click on log message and choose "Edit log message".

like image 23
Otávio Décio Avatar answered Oct 26 '22 10:10

Otávio Décio