Re: cvs as a heartbeat client (questions)

2004-04-02 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Todd Denniston wrote: > If I am somewhat more patient, after ~30 seconds from the kill > command, cvs > >[any command] will terminate. It looks like the client processes another >30-50 files after the server is given the SIGTERM, which seems like a

Re: cvs as a heartbeat client (questions)

2004-04-02 Thread Todd Denniston
Larry Jones wrote: > > Todd Denniston writes: > > > > 2) on linux will a `killall cvs` cause cvs (as server for :ext: &/or > > :pserver:)to cleanup and exit nicely or is there a particular signal I should > > pass to killall? What I want is to be able to essentially tell cvs is "I know > > the fil

RE: Loginfo not failing commit.

2004-04-02 Thread Jim.Hyslop
Carter Thompson wrote: > I hope this doesn't bite others that are using Karl Fogel's > Open Source Development with CVS book. Although it's a > fabulous resource for CVS the comment on failing the > commit when using a script in loginfo could be better > explained. You might consider dropping hi

RE: Loginfo not failing commit.

2004-04-02 Thread Carter Thompson
Thanks, Mark. I came to that conclusion last night. Thanks for your help. I hope this doesn't bite others that are using Karl Fogel's Open Source Development with CVS book. Although it's a fabulous resource for CVS the comment on failing the commit when using a script in loginfo could be b

Re: Tagging with -D option

2004-04-02 Thread Larry Jones
Derek Robert Price writes: > > Perhaps the best thing to do would be to switch the > delimiter in the log spec (the colons in `-r myfirsttag::mysecondtag') > to `!' or `+' or whatever. Interestingly enough, I note that RCS (rlog) uses "-", any idea why CVS uses ":" instead? -Larry Jones I don't

Re: (Yet another) help with pserver access please!

2004-04-02 Thread Larry Jones
"Fouts Christopher (6452)" writes: > > One thing is still not clear to me. The line in inetd.conf > pertains to "pserver" but where is "pserver"? "pserver" is a CVS command like "checkout", "update", etc. The very first thing on the inetd.conf line should be "cvspserver" to match what's in /etc/

Re: Tagging with -D option

2004-04-02 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones wrote: >Derek Robert Price writes: > >>Perhaps the best thing to do would be to switch the >>delimiter in the log spec (the colons in `-r myfirsttag::mysecondtag') >>to `!' or `+' or whatever. > > >Interestingly enough, I note that RCS (rl

RE: (Yet another) help with pserver access please!

2004-04-02 Thread Fouts Christopher (6452)
I reverted to using the /etc/services port definition. I had a notion that inetd was NOT picking up the new port definition, that somehow ../portmap need to be re-started. So I first started it manually, to no avail, and rebooted my system, still to no avail. One thing is still not clear to me. Th

Re: Tagging with -D option

2004-04-02 Thread Larry Jones
Mark D. Baushke writes: > > I like the idea of `-r :' in general. > > However, it becomes harder for things like cvs log where > `-r :' already treats as rev2. > This means that > > cvs log -rmytag:now > > would be ambiguous. Is 'now' a tag or a time? I think that's where we got stuck t

Re: Tagging with -D option

2004-04-02 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Jones wrote: >Mark D. Baushke writes: > >>I like the idea of `-r :' in general. >> >>However, it becomes harder for things like cvs log where >>`-r :' already treats as rev2. >>This means that >> >>cvs log -rmytag:now >> >>would be ambiguou

RE: Loginfo not failing commit.

2004-04-02 Thread Jim.Hyslop
Carter Thompson wrote: > I have written a perl script to parse some log information from > CVS. However, from Karl Fogel's book, Open Source Development > with CVS, he states that any nonzero exit from a script/program > run by loginfo will fail the commit. Unfortunately, this appears > not to

RE: queries

2004-04-02 Thread Matthew . Riechers
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf > Of Vinodhini > Sent: Friday, April 02, 2004 12:27 AM > To: [EMAIL PROTECTED] > Subject: queries > > Have > stored all the source files in a server.Now need to maintain a cvs in > another server m/c.What

RE: Versioning between checkout|update, commit

2004-04-02 Thread Hugh Sasse Staff Elec Eng
On Thu, 1 Apr 2004, Paul Sander wrote: > >--- Forwarded mail from [EMAIL PROTECTED] > > >Thank you for the responses... > >On Wed, 31 Mar 2004, Paul Sander wrote: > > >> Some shops also implement a handoff mechanism that divorces the notion > >> of "latest committed" from "candidate for integratio

Re: queries

2004-04-02 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinodhini <[EMAIL PROTECTED]> writes: > Am doing a project for which need to maintain a cvs.Dont have prior > knowledge on it.Let me give a clear picture of what exactly am doing.Have > stored all the source files in a server.Now need to maintain a