"Nico Seessle" <[EMAIL PROTECTED]> writes:

> ----- Original Message -----
> From: "Daniel Martin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 10, 2001 7:49 PM
> Subject: Re: problem with cvs checkout dest="."
> 
> 
> > Nicolas Girard <[EMAIL PROTECTED]> writes:
> >
<SNIP>
> > > But with the supposed equivalent in ant:
> > >     --snip-- basedir="." --snip--
> > >     <cvs cvsRoot="${cvs.root}" dest="${basedir}" package="my_module"/>
> >
> > This ant snippet is equivalent to:
> > cd ${basedir} && cvs checkout -d ${cvs.root}
> 
> No. It's equivalent to:
> 
> cd ${basedir} && cvs -d ${cvs.root} checkout my_module

Oh; that's right.  I had forgotten that CVS assigned completely
different meanings to options before and after the command.  What you
said then should work.


Reply via email to