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.
Thanks, I took the steps below and it worked fine. 1 - Add the module and its contents to the CVS. 2 - Execute the following command, one by one, inside the module folder. (client side) cvs watch add -a all -R cvs watch on -R 3 - Commit it On Mon, Jun 9, 2008 at 3:30 PM, Arthur Barrett <arthur.barrett at march-hare.com> wrote: > Jandir Bezerra, > >> I'm trying to make my files of a CVS >> repository to be locked. And to >> edited only once at a time. > > > You need to enable the 'exclusive' kopt - it is nothing to do with watches, eg: > cvs update -k+x file.ext > cvs ci -f -m "make exclusive" > > Regards, > > > Arthur > > >