Páginas

segunda-feira, 7 de janeiro de 2013

How to edit commit comments in Tortoise CVS


Have you forgotten to add some important information while committing a file and wanted to edit them later? Of course you can do that by command line, but I really hate to access CVS by command line on windows, mostly because the bash is horrible.

Here is what you can do to change the comments after commit in Tortoise CVS: 


  • Right click on on your file and select the History option.

  • Select the version you want to change the comments for.


  • Edit the comment as you wish, then select Apply or OK.


    • Shazam, you just edited your previous commit comment.