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.
> Hadn't thought of that, but just checked. The path setting is system > wide--not only on current user. I tried changing the perl > script to have a > fully qualified path anyways and also tried setting the path > in the perl > script. Still no work. Always copy the list on a reply, since others may have better ideas than I do... Which in this case I hope it holds true since I'm out of ideas on this one. Stab in the dark: Either remove start or call start /wait instead since start alone is asynchronous (I think) and always returns 0 in that case. Regards, Glen Starrett > -----Original Message----- > From: Samuel Neff [mailto:sam at serndesign.com] > Sent: Wednesday, November 05, 2003 12:48 PM > To: Glen Starrett > Subject: RE: [cvsnt] Problem with post-commit update script off wiki > > > > Hadn't thought of that, but just checked. The path setting is system > wide--not only on current user. I tried changing the perl > script to have a > fully qualified path anyways and also tried setting the path > in the perl > script. Still no work. > > The return value from the CMD call is always 0 (success I guess). > > Here's the latest two logs post modifications: > > Using Ver: 1.69 > DIR : E:\WebDocs\Inventory2004\Input > BASE : E:\WebDocs > PREFIX: E:\CVSRepo\Inventory2004 > UPDATE: \Inventory2004\Input > Current time: 14:34 > Calling: > start cmd /c "cd /D E:\WebDocs\Inventory2004\Input && > D:\WinApps\cvsnt\cvs.exe -d :local:e:\CVSRepo\Inventory2004 > update -dP" > > > Result: 0 > Using Ver: 1.69 > DIR : E:\WebDocs\Inventory2004\Input > BASE : E:\WebDocs > PREFIX: E:\CVSRepo\Inventory2004 > UPDATE: \Inventory2004\Input > Current time: 14:38 > Calling: > start cmd /c "cd /D E:\WebDocs\Inventory2004\Input && > path=D:\WinApps\cvsnt > && cvs.exe -d :local:e:\CVSRepo\Inventory2004 update -dP" > Result: 0 > > > Thanks, > > Sam >