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.
How can I run a process on Commit which will update the commited files with the revision number for the commited file? I have looked at using CommitInfo, but I have no way of knowing the new revision number which will be used and LogInfo (which knows this) is too late as the file has already been committed and the new version in the repository. I need that intermediate stage after the new version number has been determined but the file has not been written back into the repository. The reason I want to do this is that many of my files are binary files which cannot use normal keyword expansion. So, I have a program which can read the file format (they are Oracle Forms) and knows how to set an internal property to a defined value (a version number of $Id$). Any help would be appreciated. Trevor