Aaron Jackson wrote:
> 
> Thanks for all the help on my previous problem, now I have a new one. 

Please change the threaded subject line then.

> I'm
> working on a system where multiple developers are working on many of the
> same projects and some of the files overlap. Is there some way to notify
> someone when they check out a file to tell them that another user has
> checked out that file recently and not checked in the changes or to set a
> flag that does the same thing. I might have to write an app to do this,
> but I'm really looking more for something that already exists that will
> work with a pserver set up to preform these notifications. They can be
> e-mail notices or Windows and linux broadcast messages.
> 
> Thanks for any input,
> Yolan
> 
`cvs watch --help`
you might also check cvs 1.12.10+ to see if the advisory locks (AKA 
"Reserved Edits") feature[1] will do it for you?
[1] https://www.cvshome.org/docs/manual/cvs-1.12.12/cvs_10.html#SEC84
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to