Thanks a lot.If there is any active wrapper script will you please suggest. Thanks
"Cannon, Alastair, VF UK, Partner" <[EMAIL PROTECTED]> 04/24/2008 03:30 AM To "Bob Proulx" <[EMAIL PROTECTED]>, "Shanthi Ayyadurai" <[EMAIL PROTECTED]> cc <[email protected]> Subject RE: rcs question There certainly is no native RCS functionality to do this. However, we have been using lots of 'wrapper' scripts in conjunction with rcs native commands an I believe that this is probably the way to go. Such a script could perform the co and also the email, whether to a standard user or particular user based on what was checked out or maybe who did the checkout. BTW - we use Unix not windows best regards Alastair Cannon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Proulx Sent: 23 April 2008 04:40 To: Shanthi Ayyadurai Cc: [email protected] Subject: Re: rcs question Shanthi Ayyadurai wrote: > Is there an option that we can initiate an e-mail notification when > the file is check out? Not for checkout. Unfortunately not for checkin either. In the era when rcs was written this type of functionality was unknown in a version control system. The best that can be done is to monitor the vault files and look for changes. Changes could be detected when files are locked and mail sent out by an observer process. Bob
