On Fri, Sep 01, 2000 at 04:52:57PM -0000, [EMAIL PROTECTED] wrote:
> I am still trying to implement verifymsg.  when i make my template a 
> c++ executable or a .bat file, it works, however, when i leave it as 
> bugid.verify it doesn't.  Can it be that cvs doesn't realize that it 
> has to start bash shell before running the template?  how do i 
> specify that?  any ideas?  I am using WinCVS1.1b15 and 1.10.8 local 
> server.

I don't use CVS under Win32, but...

It's probably relying on Windows' file associations.  If you doubleclick on
something named "bugid.verify", you get asked what application to open it
with.  CVS isn't set up to display the 'Open With...' dialog, so it just
fails.

If this theory is correct, you should be able to get it working by
associating an extension (.sh would seem a good choice) with your bash
executable and renaming bugid.verify to bugid.verify.sh.  Once you can get it
to run by doubleclicking it, it should work properly from CVS.

-- 
The Shortest Windows Manual:  "Turn off the power switch."
Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P+>+++ L++>++++ E- W--(++) N+ o+ !K
w---$ O M- !V PS+ PE Y+ PGP t 5++ X+ R++ tv- b++ DI++++ D G e* h+ r++ y+

Reply via email to