Programming - Tips & Tricks
Changing the commit message
In Eclipse you can change the commit message if you made a mistake when comitting code;
- On a specific file, folder or project in Eclipse, right-click on it
- Choose Team / Show History
- A new small window is showed with the tab title 'History' showing all the revisions of the specific file(s)
- Right click on the revision line you want to change the message of
- Choose 'Set Commit Properties'
- Change the message in the new popup window and click on OK
Note: Trac / TWCore.org won't show your new commit message as it catches these messages in its database. When a repository refresh is done, these messages are updated.
