Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
cvsnt 1.11.1.3 build 76 * Implement RereadLogAfterVerify * Make global cvsrc work in local mode too * Rewrite admin -k processing * Testing with (in)sanity.sh * Connection to other sserver implementations * Enforce ACLs on admins & make all admins member of 'admin' group * Use 64bit time_t on VS.NET builds * Various misc. bugfixes This version has been run through the old (in)sanity.sh script, which still works mostly... I put a couple of small fixes in as a result to make the behaviour more similar. The -k processing is more flexible now, allowing misc. combinations such as -kukvlL or even -kbkv (!). As a result the -l 'checkout using Unix line endings' has had to change to -L. -kl will still work for compatibility, but it's depreciated. ACLs are now enforced on administrators too, but they are always able to run chacl/chown, so you can't lock yourself out. All administrators are automatically members of the 'admin' group... you can do things now like restricting CVSROOT access as: cd CVSROOT cvs chacl default:n cvs chacl admin:rwc Tony