Ulrich Winter <[EMAIL PROTECTED]> wrote:

> for example the command cvs checkout -d work
> some/deep/repository/hierarchy would create a directory work which
> contains the files located in the repository under
> some/deep/repository/hierarchy

<snip/>

> Is there a way to get the same results with ANT as with the above
> cvs command ?

Untested

<cvs 
    cvsRoot="${cvsroot}"
    dest="."
    command="checkout -d work"
    package="some/deep/repository/hierarchy"
/>

should work.

Reply via email to