[cvsnt] Re: cvsnt watch stuck...

Gerhard Fiedler lists at connectionbrazil.com
Sun Jan 15 21:05:54 GMT 2006


Lehman, Curtis wrote:

> Here is the output from the commands I did on one of the files:
> 
> cvs -z3 -w -q watchers -- memmap.h (in directory
> C:\projects\flexsys\tools\Wintegra_bsp_tools\)
> memmap.h	clehman	edit	unedit	commit
> 
> ***** CVS exited normally with code 0 *****
> 
> cvs -z3 -w -q watch remove -- memmap.h (in directory
> C:\projects\flexsys\tools\Wintegra_bsp_tools\)
> 
> ***** CVS exited normally with code 0 *****
> 
> cvs -z3 -w -q watchers -- memmap.h (in directory
> C:\projects\flexsys\tools\Wintegra_bsp_tools\)
> memmap.h	clehman	edit	unedit	commit
> 
> ***** CVS exited normally with code 0 *****

I don't know myself for sure, but did you try using "-a all" in the watch
remove command? The command help seems to indicate that you need to specify
what watch action you want to add or remove:

e:\>cvs -H watch
Usage: cvs watch [on|off|add|remove] [-lR] [-a action] [files...]
on/off: turn on/off read-only checkouts of files
add/remove: add or remove notification on actions
-l (on/off/add/remove): Local directory only, not recursive
-R (on/off/add/remove): Process directories recursively
-a (add/remove): Specify what actions, one of
    edit,unedit,commit,all,none
(Specify the --help global option for a list of other help options)

Gerhard



More information about the cvsnt mailing list