gt; Subject: [Nant-users] CVS task not allowing for certain
> characters in module name
>
>
> When I try to use any of the cvs tasks, like this one:
>
>command="checkout"
> destination="${solution.src.dir}"
> cvsroot="${c
When I try to use any of the cvs tasks, like this one:
I get this error:
String shared/src does not match expression ^[A-Za-z0-9][A-Za-z0-9._\-]*$.
My question. How am I supposed to checkout a folder underneith a module?
This should checkout the "src" folder of the "shared" module.
Any ideas