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.
Matt Schuckmann wrote: > Is there any significant differences between the two, other than postcommand > gets run for all commands? Not really.. they're called in the same place, but postcommit is filtered so it only executed during commits. postcommit will probably never actually go away, but postcommand is more flexible and IMO better for the script itself to decide which commands it needs to execute in. Tony