Re: cvs diff on repository files

2002-12-10 Thread Bernhard Fischer
Maybe cou can invoke rcsdiff on the repository-files themself, but - since cvs is only following rcs-syntax - there might be warnings about some keys in the files --- [EMAIL PROTECTED] schrieb: Hello, I'm wanting to set up CVS to automatically mail a cvs diff whenever a file is committed.

Re: cvs diff on repository files

2002-12-09 Thread Larry Jones
[EMAIL PROTECTED] writes: The cvsdiff.pl script does a cvs diff between the two revisions of each file and emails it to a mailing list for code review. But the cvs diff inside the script fails. Is there a solution that doesn't involve checking the directory out on the repository server,

RE: cvs diff on repository

2002-10-11 Thread Miller Dale Contractor HQ AFWA
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 5:32 PM To: [EMAIL PROTECTED] Subject: cvs diff on repository I'm wanting to set CVS up so that every time a file is committed it will send an email with the diffs

RE: cvs diff on repository

2002-10-11 Thread Martin Roehrig
Hi Aaron, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] I'm wanting to set CVS up so that every time a file is committed it will send an email with the diffs to the other developers for code review. I added a line to the

RE: cvs diff on repository

2002-10-11 Thread aaron . brice
way around it? Thanks, Aaron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 5:32 PM To: [EMAIL PROTECTED] Subject: cvs diff on repository I'm wanting to set CVS up so that every time a file is committed

Re: cvs diff on repository

2002-10-11 Thread Larry Jones
[EMAIL PROTECTED] writes: cvs rdiff: [10:00:50] waiting for automan's lock in /home/cvs_automation/CVSROOT It will loop there until I Ctrl-C it. Apparently rdiff doesn't like to be run from within loginfo. Any way around it? Use the -n global option to ignore the locks. -Larry Jones

Re: cvs diff on repository

2002-10-11 Thread Jenn Vesperman
On Sat, 2002-10-12 at 03:47, Larry Jones wrote: [EMAIL PROTECTED] writes: cvs rdiff: [10:00:50] waiting for automan's lock in /home/cvs_automation/CVSROOT It will loop there until I Ctrl-C it. Apparently rdiff doesn't like to be run from within loginfo. Any way around it? Use

cvs diff on repository

2002-10-10 Thread aaron . brice
I'm wanting to set CVS up so that every time a file is committed it will send an email with the diffs to the other developers for code review. I added a line to the loginfo file: DEFAULT $CVSROOT/CVSROOT/cvsdiff.pl %{sVv} cvsdiff.pl is a script that does a cvs diff of the two versions and