update -dP does the same thing as a checkout ("P" prunes empty dirs). The
-d option tells the update command to create the directory structures if
they do not exist.
-Jason
> -----Original Message-----
> From: Nicolas Girard [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 10, 2001 11:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: problem with cvs checkout dest="."
>
>
> > this sounds to me as if you use the wrong command.
> > What u might wanna do is to use 'cvs update -d'
> > does that help?
> > detlef
> No, thanks anyway but I really want to perform a checkout
> Regards,
> Nicolas
>
> >
> > > Hi,
> > > I'd like to have cvs work just like it does at the
> command line:
> > > prompt$ cvs checkout -d . my_module
> > > cvs checkout: Updating .
> > > U my_module/src
> > > U my_module/src/redame.txt
> > > this creates src in .
> > >
> > > But with the supposed equivalent in ant:
> > > --snip-- basedir="." --snip--
> > > <cvs cvsRoot="${cvs.root}" dest="${basedir}"
> package="my_module"/>
> > > cvs creates the directory ./my_module and checks out
> everything in it.
> > > I thought it was because basedir contained an absolute path ;
> > > unfortunately
> > > <cvs dest="." .../> does the same thing...
> > >
> > > Have you experienced the same problem ? I'm afraid
> not, according to the
> > > archives... :-(
> > > Regards,
> > > Nicolas Girard
> > >
> > > ___________________________________________________________
> > > Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr !
> > > Yahoo! Courrier : http://fr.mail.yahoo.com
> > >
>
> ___________________________________________________________
> Do You Yahoo!? -- Un e-mail gratuit @yahoo.fr !
> Yahoo! Courrier : http://fr.mail.yahoo.com
>
>