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.
- ANT's cvs task: how to avoid deep path hierarchies? Ulrich Winter
- Re: ANT's cvs task: how to avoid deep path hiera... Laurent Etiemble
- Paranoiac question ... Jean-Baptiste BRIAUD
- Stefan Bodewig
