I've worked it out.
It seems the dest directory is where the cvs command is executed, then
you can specify a directory relative to dest to export the module.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
-Ursprüngliche Nachricht-
Von: Chris Velevitch [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 12. Juni 2007 11:15
An: user@ant.apache.org
Betreff: cvs behaviour
The cvs task behaves unexpectantly. At the commandline 'cvs export -d dest -r
tag module' exports the content of the module the '
From: Chris Velevitch [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 12, 2007 2:15 AM
> To: user@ant.apache.org
> Subject: cvs behaviour
>
> The cvs task behaves unexpectantly. At the commandline 'cvs
> export -d dest -r tag module' exports the content of the
> module the &
Please post the relavant portion of your build.xml file. The output from
ant might be helpful also.
-Rob Anderson
> -Original Message-
> From: Chris Velevitch [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 12, 2007 2:15 AM
> To: user@ant.apache.org
> Subject: cvs beh
The cvs task behaves unexpectantly. At the commandline 'cvs export -d
dest -r tag module' exports the content of the module the 'dest'. The
ant task cvs creates a directory called 'module' in 'dest' and copies
the contents of the module 'module' to the directory 'dest/module'. Is
this a known prob