Hi all

I am facing problem with Wincvs. I our organization we are using the WinCvs. In 
WinCvs the repository structure is below type

MainSRC
|
|-------01-Module1
|-------02-Module2
|-------09-Modulen

when I am using in my script <cvs-checkout> below syntax

   <cvs-checkout 
           usesharpcvslib="false"
           destination="path of the Destination" 
           module="Main"
           cvsroot="path of the CVS server"
           verbose="true">
    </cvs-checkout>  

It's working fine. But I want to access only on particular module it's giving 
problem the systax I written below type.
   <cvs-checkout 
           usesharpcvslib="false"
           destination="path of the Destination" 
           module="Main\01-Module1"
           cvsroot="path of the CVS server"
           verbose="true">
    </cvs-checkout>  

  'Main\01-Module1' is not a valid value for attribute 'module' of <cvs-che
   ckout ... />.
    String everest\06-Development does not match expression ^[A-Za-z0-9][A-Za-z0
    -9._\-]*$.

It showing above error. Pl give the suggestion how to access particular 
directory in wincvs.
Pl send to reply to [EMAIL PROTECTED]

with regards
Y.Narayana Swamy




-- 
India.com free e-mail - www.india.com. 
Check out our value-added Premium features, such as an extra 20MB for mail 
storage, POP3, e-mail forwarding, and ads-free mailboxes!

Powered by Outblaze


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
nant-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to