Hello,
My problem is that i often forgot what i have changed in my software, when i do a cvs-check in. So i have to lookup my code for changes. If this could be automated, it would be great.
So can anyone tell me if there is a tool or something which can lookup my code (i'm using c#) for specific comments, that i add if i change something and write these comments to a file, so i can use it for cvs checkin?
An example:
//BUGFIX: This Program part was changed
//IMPROVED: This is a new Function
...ProgramCode...
The program should read my source files and recognize the comments with BUGFIX
and IMPROVED
. These comments should be written to a file. After they a written the lines with BUGFIX and IMPROVED should be removed from my sources. It should be possible to declare new tags.
I would be happy if somebody can give me an advice.
Greetings, Martin