Hi Folks I am currently using CVS for managing my codebase. I am using Cervisia integrated into Konqueror. I can put a comment when I "commit" my files. I find this feature very useful. Is there any way I can put comment when I "tag" my module for a release. so that I can document the status of the release and what features are included in it.
regards Abhijeet D Mhatre
On Mon, 22 Sep 2003, Abhijeet Mhatre wrote:
I can put a comment when I "commit" my files. I find this feature very useful. Is there any way I can put comment when I "tag" my module for
Not that I know of. This is so since comments are attached to file revisions. A tag does not change the revision of a file, it merely tags an existing revision.
Checking the man page shows that -m can only be used with add, commit and import.
What is generally done though, is to maintain a version ChangeLog and RELEASE_NOTES that get tagged when you tag a module. People can then just check these files for the given tag, but no, it won't show up in cvs log or cvsweb.