I have put C:\cygwin\bin in my path but when I try the simplest cvs get:
<target name="cvs-testing"/>
<cvs cvsRoot=":ext:[EMAIL PROTECTED]:/cvs"
package="epass/ePASS4.1"
dest="ePASS4.1-dest"
/>
</target>I get the following error: Unexpected element "cvs" If I echo out my path, I can see that C:\cygwin\bin is in the path. What am I doing wrong?
