info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Module variable


From: Laine Stump
Subject: Re: Module variable
Date: 04 Apr 2001 17:12:08 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

address@hidden (Larry Jones) writes:

> Nick Flowers writes:
> > 
> > I'm modifying the server so that a developer committing
> > a change automatically causes an export to our staging
> > webserver.
> 
> Why?  Is there some reason the method shown in "Keeping a checked out
> copy" in the manual won't work?
> 
> http://www.cvshome.org/docs/manual/cvs_18.html#SEC171

My problem with that was that it was (potentially) run as a different
user each time, resulting in permission errors (since the users don't
have g+w in their umask). I just wrote a short setuid program that
executed the same command.

I also seem to recall that it gets called once for each file, which
leads to bunches of "waiting for xxx's lock on yyy" messages when a
single cvs commit ends up committing multiple files (since multiple
copies of it are running at once).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]