[cvsnt] How to restrict checkins.
rajiv kumar
cvsissue at yahoo.com
Fri Aug 5 16:50:22 BST 2005
Hi There,
I wanted to restrict the checkins being done on main trunk. Went through the few tutorials and found that if any script which returns non zero value can fix my issue if it's available in commitinfo file. I tried the following but failed.
# content of commitinfo file
DirectoryName script_file.pl
# content of Script_file. pl
use strict;
hello();
sub hello {
exit(1);
}
I am not proficient in perl. Any help will be highly appreciated.
Thanks
Rajiv Kr. Srivastava
---------------------------------
Start your day with Yahoo! - make it your home page
More information about the cvsnt
mailing list