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

Reply via email to