views:

13

answers:

0

How can I detect when a developer updates files associated with a tag/label in CVS, then changes the tag to point to the new versions? The use case is developers surreptitiously making changes after the checked-in and tagged files have been peer-reviewed and approved, but before they have been built & deployed. I would like to avoid getting & diffing all the files at two distinct points in time. Is it possible to get a checksum of all files associated with a tag?

Yes, I know there are "challenges" with the process.