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.
On Thu, 27 Feb 2003 11:14:34 +0100, "zioowo" <zioowo at poczta.onet.pl> wrote: >Hi, > >It is possible to force strick locking on CVSNT ? >I trying with admin -L option without success. > No. cvs is the *concurrent* versioning system. You can 'fake' strict locking with 'edit -c', 'commit -c' commands, but if you really need strict locking you're better off using a different version control system. Tony