Hi Brenton, 

> My question.  How am I supposed to checkout a folder 
> underneith a module? 

This has come up before, but just in case it is buried in the mailing
list I will reiterate again for your benefit: you can't.  To convince
yourself of this (or to prove me wrong) please try to execute the
following with your favorite cvs client:
        cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/nant co
nant/source

I can remove the validation or improve the error message but that is not
going to give you what I think you are after.

> Any ideas, short of rewritting a new cvs task that works?

Please feel free to submit a patch or rewrite the task as you see fit
and submit the changes to the nant dev list.


Cheers,


Clayton 


> -----Original Message-----
> From: Brenton House [mailto:[EMAIL PROTECTED] 
> Sent: October 13, 2004 12:04 PM
> To: [EMAIL PROTECTED]
> 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:
> 
> <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
> 


-------------------------------------------------------
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