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.
Thanks all, I finally got it working My erroneous commitinfo entry was: DEFAULT C:\cvsrepo\DepTestClarifyCRM\CVSROOT\commitCheck.pl The correct commitinfo entry was: DEFAULT perl C:\cvsrepo\DepTestClarifyCRM\CVSROOT\commitCheck.pl The only difference is the explicit call to the perl interpreter from within commitinfo - even though my perl script uses the #!/... to define the perl interpreter and the perl interpreter in the path is the same as the #!..perl interpreter. Still confused as to why its like it is. Cheers, Mike. -----Original Message----- From: Tony Hoyle [mailto:tmh at nodomain.org] Sent: 01 August 2003 12:30 To: Porter,M,Mike,NBT331 C Subject: Re: [cvsnt] commitinfo not passing arguments to the specified scr ipt. mike.porter at bt.com wrote: > Tony, > Thanks, but I get the same problem. Nothing on STDIN. > Ive tried this from remote winCVS client and from command line cvs on the > cvs-server with your script (printing out the array contents is the only > change). > > do I need to specify anything specific in the commitinfo file? > My commmitinfo is just: DEFAULT perl d:\scripts\commit_prep.pl -r -i ${CVSPID} And perl: This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2001, Larry Wall Binary build 633 provided by ActiveState Corp. http://www.ActiveState.com Built 21:33:05 Jun 17 2002 Tony