[cvsnt] Is it possible to limit client versions even more?
bwhicks at aep.com
bwhicks at aep.com
Wed Jan 24 14:16:36 GMT 2007
cvsnt-bounces at cvsnt.org wrote on 01/24/2007 08:59:13 AM:
> It is possible to configure the allowed client versions in the cvsnt
control
> panel applets 'Compatibility Options' page. But i would like to limit
the
> allowed versions even more than what the applet has as optins - to a
single
> build or a list of builds. Is this possible in any way?
In the various *info scripts in the CVSROOT directory (i.e. taginfo,
commitinfo, etc) you can pass the client version number to a separate
script (i.e. perl, vbscript) and check it. If you return a non-zero exit
code, it will fail the cvs action.
The ability to do whatever you want in these scripts makes CVS very
powerful...
Brian
More information about the cvsnt
mailing list