Re: Notify on Checkout

2004-08-30 Thread Arthur Barrett
Marie, Yes - the documentation is here: http://www.cvsnt.org/manual/Watches.html CVSNT is an open source replacement for CVS. CVSNT is the default CVS client for WinCVS and TortoseCVS and runs on Windows, Linux, Unix, Mac and more... You can download CVSNT from here: http://www.cvsnt.com

RE: Notify, loginfo, etc.

2003-02-05 Thread Marc Tessier
You can trap the complete log output by calling a script at every commit on a particular module. I have the following line in my loginfo file. The script put the STDIN to the email by calling the cat command without parameter and in forward quote `` My logingo file below: ^modulename

Re: Notify, loginfo, etc.

2003-02-05 Thread Riechers, Matthew W
Yarbrough, Jay wrote: I would like the notify script to send not only the name of the file which has been committed, but also the comment entered by the developer who committed the change. Use CVSROOT/loginfo to process logs from a commit. -Matt

RE: Notify, loginfo, etc.

2003-02-05 Thread erik . cumps
Hello, I use my own script with this entry in loginfo: DEFAULT $CVSROOT/CVSROOT/logit4me \'%{sVv}\' $CVSROOT/CVSROOT/commitlog ${USER} user@email The script is attached. You can trap the complete log output by calling a script at every commit on a particular module. I have the

Re: notify

2003-02-01 Thread Larry Jones
Monica Li writes: I couldn't change the file notify. Notify is under repository/CVSROOT directory. it also has .v. it means I need checkout before make any changes. right? But it's not under any module. Yes it is, it's under CVSROOT. You can check out CVSROOT or just CVSROOT/notify. -Larry

RE: notify

2003-01-31 Thread Teala Spitzbarth
You need to create a workspace where you check out CVSROOT, there you can edit the administration file and check it back in. mkdir work; cd work cvs co CVSROOT When you check it in, cvs will rebuild it's administration database to activate you change on the server. Teala -Original

Re: notify

2003-01-31 Thread Jenn Vesperman
On Sat, 2003-02-01 at 11:04, Monica Li wrote: Hi, I couldn't change the file notify. Notify is under repository/CVSROOT directory. it also has .v. it means I need checkout before make any changes. right? But it's not under any module. How can I checkout this file, change the file, get rid

Re: notify

2001-10-12 Thread ar2kcm
, Jeffery To: 'ar2kcm' Sent: Friday, October 12, 2001 11:20 AM Subject: RE: notify I'm still having problems making this work. Here are the errors I'm recieving; sh: syntax error at line 1: `echo' unexpected cvs commit: syntax error at line 21 file loginfo; ignored sh: syntax error at line 1: `echo

Re: notify

2001-10-12 Thread ar2kcm
echo = new line id = prints out user echo %{sVv} = special cvs variable to print out version info ar2kcm - Original Message - From: Postek, Jeffery To: 'ar2kcm' Sent: Friday, October 12, 2001 12:10 PM Subject: RE: notify I can't remember what the %s or %{sVv} string is for. Please

Re: notify

2001-10-11 Thread ar2kcm
Check out the loginfo file from your $CVSROOT Add the following information at the end of the file: ALL (echo ; id; echo %{sVv}; date; cat) | mailx -s subject in email [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] DEFAULT (echo ; id; echo %{sVv}; date; cat)

Re: notify

2001-10-11 Thread Matt McClure
On Thu Oct 11 2001, 10:31, Postek, Jeffery [EMAIL PROTECTED] wrote: Please tell me how I configure the notify CVS admin file along with any other files to send e-mail to myself or other development personnel in the event of changing and commiting source files.

Re: notify file

2000-12-08 Thread Tomás Velek
I thank everyone who have send me the answers, but I still don't know, how to get to know, what I want to know. Is there a simple way, how to inform the other users about my commit. I'd like the other users to get email, that contain names of the commit files and who who were they commited. To

Re: notify file

2000-12-08 Thread Todd Denniston
Tomás Velek wrote: I thank everyone who have send me the answers, but I still don't know, how to get to know, what I want to know. Is there a simple way, how to inform the other users about my commit. I'd like the other users to get email, that contain names of the commit files and who who

Re: notify file

2000-12-07 Thread Derek R. Price
Laird Nelson wrote: How about take a chapter out of the CGI/web book and shove all parameters in url-encoded form on STDIN? Then people can use existing code libraries/snippets to parse this string into name/value pairs. Just like an HTTP POST form submission. Then you don't have to

Re: notify file

2000-12-07 Thread Derek R. Price
"Derek R. Price" wrote: Laird Nelson wrote: How about take a chapter out of the CGI/web book and shove all parameters in url-encoded form on STDIN? Then people can use existing CGI data comes in on STDIN? Huh. I programmed them for a year or so using the Perl libraries and never

Re: notify file

2000-12-06 Thread Derek R. Price
Tomas Velek wrote: Hello, I want to inform other about commit. To do it I use the "notify" file and the external file, which send the informative mail to people in "users" file. After commit all people receive the mail, it is right. But this mail must contains the names of commited files

Re: notify file

2000-12-06 Thread Laird Nelson
"Derek R. Price" wrote: There have been a few discussions lately about this kind of thing as well, including one that suggested always providing all available information for a hook in environment variables, similar to CGI, but I'm not sure now that this patch isn't a better solution since it

Re: notify file in sandbox's CVS directory...

2000-05-08 Thread Noel L Yap
CVS/notify is created by "cvs commit" (when unediting), "cvs edit", "cvs release" (when unediting), and "cvs unedit". It's part of the client/server protocol. When using it in conjunction with "cvs add", it works fine under the normal rsh-connect client/server setup. I don't know how it