Wayne Swanson writes:
> 
> There is also a possibility of changing working directories to 
> project/src/com/company/ and running cvs from there (where it would 
> work fine) but so far, I haven't been able to change directories 
> either using ant's <exec> or <apply>. :-)

That's what you need to do.  Perhaps something like:

        sh -c "cd src/com/company && cvs co help"

-Larry Jones

Even though we're both talking english, we're not speaking the same language.
-- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to