RE: Check out trigger

2000-09-27 Thread Anandh H N
r 26, 2000 3:09 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Check out trigger > But what I am looking for is to have a trigger which will be called > whenever any file is checked out from any module in the repository. Look up "commitinfo", "verifymsg"

Re: Check out trigger

2000-09-27 Thread Laird Nelson
[EMAIL PROTECTED] wrote: > I am desperately trying to have a trigger set up for check out. You are out of luck. Time to start hacking C code. :-) Is there some reason you can't continue to use your modules -o solution for all modules? Cheers, Laird ___

Re: Check out trigger

2000-09-27 Thread Derek R. Price
ifying log messages ... > > so I am hoping there is something like "checkoutinfo " :} > > Anand > > -Original Message- > From: Derek R. Price [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 26, 2000 3:09 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL P

Re: Check out trigger

2000-09-27 Thread Derek R. Price
> But what I am looking for is to have a trigger which will be called > whenever any file is checked out from any module in the repository. Look up "commitinfo", "verifymsg", and "loginfo" in the Cederqvist. I believe they are also called "Commit support files". Derek -- Derek Price

RE: Check out trigger

2000-09-27 Thread Matthew Berney
rick. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 11:49 AM To: [EMAIL PROTECTED] Subject: Check out trigger Hello All, I am desperately trying to have a trigger set up for check out. What I have been able to do is to ad

Check out trigger

2000-09-26 Thread nanandh
Hello All, I am desperately trying to have a trigger set up for check out. What I have been able to do is to add the following line in the module file mod2 -o d:\myprog mod2 And what this does is it will fire the 'd:\myprog' script whenever any file from module 'mod2' is checked out.