RE: I'm too stupid for this excellent shell scripts

2001-12-27 Thread Roni Abusch
I have a small question - can you tell me where can I find these CVS Howto and the shell scripts? Thanks, roni. -Original Message-From: Bernd Prager [mailto:[EMAIL PROTECTED]]Sent: Thursday, December 27, 2001 10:15To: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: I'm too

RE: permissions(?) problem

2001-11-21 Thread Roni Abusch
The permissions are also to the group cvs. Any other suggestions? Roni. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 21:25 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: permissions(?) problem Roni Abusch writes

permissions(?) problem

2001-11-20 Thread Roni Abusch
I have a very strange situation in my cvs system, and I'll appreciate any help: I wrote a script that checks the message the users enter in the commit, and placed it in a cvsscripts directory. I added the needed lines to verifymsg and checkoutlist. The user that own those scripts is the root,

verifymsg script problem

2001-10-18 Thread Roni Abusch
I've tried to use the sample script that can be found in the manual, and like I was advised by Jerry (thanks!) I did as followed: 1) Checked out CVSROOT cvs co CVSROOT 2) added a directory for the script and template cd CVSROOT mkdir cvsscripts cvs add cvsscripts 3) added my script and

cvs does not find my script files

2001-10-15 Thread Roni Abusch
I tried to add the script that I found in the CVS manual, that suppose to force the user to enter bugid to their comments. That's what I did: I put this line in CVSROOT/editinfo: ^Test $CVSROOT/cvsscripts/bugid.edit I put this line in CVSROOT/rcsinfo: ^Test

: ambiguous redirect error

2001-10-15 Thread Roni Abusch
I've tried to add the ability to have a place that always contains the updated files, as described in the CVS ducument in section C.7.2 and placed the line ^Test (date; cat; (sleep 2; cd /home/rabusch/testing; cvs -q update -d) ) $CVSROOT/CVSROOT/updatelog 21 in the loginfo file, but it didn't

RE: : ambiguous redirect error

2001-10-15 Thread Roni Abusch
In the document it is written as I put it. Anyway, I deleted my copy of the project, and checked it out again, and now it is working, I do not know exactly why... Roni. -Original Message- From: Philip Lijnzaad [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 12:55 To: [EMAIL

Help with writing scripts

2001-10-07 Thread Roni Abusch
It's my first time using CVS, and I do not exactly know how to write scripts for it. For example, some simple scripts I need: one that checkout the last version automatically, or one that force the users to enter comment. I tried to use the manual examples, but it didn't work. Can someone please