$CVSROOT/CVSROOT scripts

2004-06-21 Thread Christopher.Fouts
Ok what's the proper way of putting scripts into this directory that the cvs files can use. For example I want to call a buglog.sh file from the loginfo file. Do I - checkout the $CVSROOT/CVSROOT directory - cvs add buglog.sh file - modify loginfo to call the buglog.sh file - cvs commit - cp

Re: $CVSROOT/CVSROOT scripts

2004-06-21 Thread Geoff Beier
On Jun 21, 2004, at 1:54 PM, [EMAIL PROTECTED] wrote: Ok what's the proper way of putting scripts into this directory that the cvs files can use. For example I want to call a buglog.sh file from the loginfo file. Do I - checkout the $CVSROOT/CVSROOT directory - cvs add buglog.sh file - modify

Re: $CVSROOT/CVSROOT scripts

2004-06-21 Thread Larry Jones
[EMAIL PROTECTED] writes: Ok what's the proper way of putting scripts into this directory that the cvs files can use. As usual, the answer begins with That depends If you don't care about revision control on the scripts, then you can just copy them into the directory. If you do want

Re: $CVSROOT/CVSROOT scripts

2004-06-21 Thread Frederic Brehm
At 02:07 PM 6/21/2004, Larry Jones wrote: If you don't care about revision control on the scripts Horrors! Heretic! :-) Fred ___ Frederic W. Brehm, Sarnoff Corporation, http://www.sarnoff.com/

RE: $CVSROOT/CVSROOT scripts

2004-06-21 Thread Christopher.Fouts
- Ensure correct rwx permissions for ../CVSROOT/buglog.sh A good idea, but it shouldn't be necessary if you set them correctly before checking it in the first time. If you neglected to do that, you can set the permissions on the RCS file and CVS should copy them to the checkout out file in

Re: $CVSROOT/CVSROOT scripts

2004-06-21 Thread Mark D. Baushke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] writes: - Ensure correct rwx permissions for ../CVSROOT/buglog.sh A good idea, but it shouldn't be necessary if you set them correctly before checking it in the first time. If you neglected to do that, you can set the

Re: $CVSROOT/CVSROOT scripts

2004-06-21 Thread Larry Jones
[EMAIL PROTECTED] writes [quoting me]: If you neglected to do that, you can set the permissions on the RCS file and CVS should copy them to the checkout out file in the future. Sorry I missed this. Where in the RCS files? I see access; so I'm assuming it's there, but set to what? Not

RE: $CVSROOT/CVSROOT scripts

2004-06-21 Thread Christopher.Fouts
? Again CVSUMASK is set to 007. -chris -Original Message- From: Larry Jones [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 5:17 PM To: Fouts Christopher () Cc: [EMAIL PROTECTED] Subject: Re: $CVSROOT/CVSROOT scripts [EMAIL PROTECTED] writes [quoting me]: If you neglected to do