I would like to prevent developers from rebranching a module using
the same branch tag.

Triggering a pretag script from the taginfo file seems the logical
place to start. The pretag script could open each file(passed 
in the command line) in the repository and check if the tag being attempted 
already exists. If none of the files have the tag, the script could 
return 0 allowing the tag to be created.


However the tag creation will not be atomic because the pretag script
is called once per directory in the module.

Any ideas on how to handle this?


Natarajan Murugaiyan(Ravi) 


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to