[cvsnt] Editing file one at a time.
Jandir Bezerra
jandirbezerra at gmail.com
Wed Jun 11 07:31:31 BST 2008
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
>
>
>
More information about the cvsnt
mailing list