Re: LogInfo - Keeping a checked out copy

2001-06-05 Thread Larry Jones
Brad Pfautsch writes: > > I'm in the process of setting up loginfo to update a web server when a > commit is done. It will successfully update the web directory on the Linux > server after I setup the proper permissions on the checked out copy of the > project. However, I was wondering if it is

LogInfo - Keeping a checked out copy

2001-06-05 Thread Brad Pfautsch
CVS Version: 1.10.7-7 Linux Version: Debian 2.2 r2 Samba 2.0.7-3 I'm in the process of setting up loginfo to update a web server when a commit is done. It will successfully update the web directory on the Linux server after I setup the proper permissions on the checked out copy of the project.

RE: loginfo - keeping a checked out copy

2000-12-14 Thread Kelleigh Moulton
0 9:32 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: loginfo - keeping a checked out copy > > > The log.pl script relies on some of hte information which you are > slurping and writing out with the 'cat' following 'date' below. The > s

Re: loginfo - keeping a checked out copy

2000-12-14 Thread Derek R. Price
The log.pl script relies on some of hte information which you are slurping and writing out with the 'cat' following 'date' below. The solution is to call an intermediate script which reads in stdin and writes it out to two separate child processes (below, the simple echo to the log & log.pl). Al

loginfo - keeping a checked out copy

2000-12-13 Thread kmoulton
I'm having a bit of difficulty with loginfo we're set up to have our webpages update automatically when a checkin is done - I've got that working (from Cedarqvist). I also use the log.pl to send the CVS commit mails out. Is there some way to have both actions perform for one checkin? At first