When I try to use any of the cvs tasks, like this one:

<cvs
      command="checkout"
    destination="${solution.src.dir}"
    cvsroot="${cvs.src.cvsroot}"
    password="${cvs.src.password}"
    module="shared/src"
    usesharpcvslib="false"
    verbose="true"
    commandline="-d . " />

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, short of rewritting a new cvs task that works?

Thanks!

Brenton






-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to