I hope i will get verifymsg working one of these days :). Anyways,
referring to my previous post, i figured out why cvs had problems
starting bash shell...Even though in my .bat file i have a line:
Set PATH = ...
when i turn on trace option, it shows that the path doesn't really
get set, so bash doesn't know where grep and head are...
Is there a way i can make sure that the path really gets set.
Here is my setup:
verifymsg:
DEFAULT ${CVSROOT}/CVSROOT/bugid.bat
where bugid.bat has:
SET PATH = D:\cygnus\CYGWIN~1\H-I586~1\bin;%PATH%
bash -c "c:/cvsroot/cvsroot/bugid.verify.sh"
TIA, Julia