Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: > Generally you would need to plug this into the loginfo script, it > executes after the commit has succeeded. Using commitinfo means that > you are called before the commit (in order to approve or disapprove > the whole commit operation). Not really... when loginfo is called the locks are still on the repository, so you can't perform any cvs operations. postcommit is the perfect place for this. Postcommit doesn't have any input other than the repository name on the command line... it's the last things that's called before cvs finishes. Tony