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.
On Thu, 26 Feb 2004 16:01:08 -0500, "Samuel R. Neff" <srnlists at speakeasy.net> wrote: >When I run the script manually it works fine. When I run it based on >post-commit, it doesn't pick up updates. I found out that if I do two >commits then the post-commit will pick up the earlier updates, so it's just >not picking up the newly committed files. That's probably the checkout atomicity kicking in - the CVS process hasn't finished so it returns the older files instead. Not sure why it would do that, though... all the locks should be released at that point so I'd expect it to have finished the transaction too. Tony