info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ant, CVS and other things


From: Larry Jones
Subject: Re: Ant, CVS and other things
Date: Fri, 29 Mar 2002 10:28:57 -0500 (EST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]