Title: Message
Hi Gabriel, I have removed the validation that was on the Module attribute and checked it into cvs.  If you still have issues let me know.
 
Cheers,
 
Clayton
-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: January 6, 2005 12:19 PM
To: Clayton Harbour
Subject: FW: [Nant-users] Problem about <cvs-checkout> and subfolders

Clayton,
 
Can you have a look at this ?
 
Thanks !
 
Gert


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pinede Gabriel
Sent: woensdag 5 januari 2005 11:14
To: 'nant-users@lists.sourceforge.net'
Subject: [Nant-users] Problem about <cvs-checkout> and subfolders

Hello all
 
I am a new NAnt user but already used Ant, and I have some problems with cvs tasks. I try to checkout some subfolders of my repository tree which has many levels.
For example my repository is "/Repository/Projects" and I need to go to "Products/Proj1/Distrib" to get files, and I can't find a way to do this.
 
My project build file looks like :
    <cvs-checkout 
        usesharpcvslib="false" 
        destination="${src}" 
        cvsroot=":pserver:[EMAIL PROTECTED]:/Repository/Projects" 
        passfile="${cvs.passfile}" 
        module="Products/Proj1/Distrib" 
        verbose="true"/>
If I try this, I get an error message because module name must be a directory name.
If I put module="Products", the complete tree is checked out, and it's too long.
I also tried to add :
    <fileset>
        <include name="**/Proj1/Distrib/**"/>
    </fileset>
with many other syntaxes but it didn't seem to work.
 
Is there any solution I didn't try yet ? Any idea ?
 
Thanks
 
Gabriel

Reply via email to