Hi Jason, I have implemented this by adding a usecvsignore attribute to
the cvs fileset element so:

        <cvs-update usesharpcvslib="false" verbose="${isVerbose}"
failonerror="true">
                <fileset usecvsignore="true">
                <include name="**" />
                </fileset>
                <arg line="-q -x" />
        </cvs-update>

I have the value turned off by default to keep it backwards compatible
but I wanted to get some feedback/ thoughts on this.  Should the
.cvsignore files be picked up by default or should this be explicitly
specified?  Let me know, if there are no strong opinions I will leave as
is (off).


Cheers,

Clayton

> -----Original Message-----
> From: Morris, Jason [mailto:[EMAIL PROTECTED] 
> Sent: January 17, 2005 7:32 PM
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Do the <cvs-*> tasks comprehend having 
> .cvsignore files?
> 
> 
> Do the cvs tasks inside of nant read the .cvsignore files?  I 
> was hoping that they do, but my testing reveals that they 
> don't.  I hope that I am not missing something.
> 
> I have tried
> 
>       <cvs-update usesharpcvslib="false"
>                     verbose="${isVerbose}"
>                     failonerror="true">
>             <fileset>
>                <include name="**" />
>             </fileset>
>             <arg line="-q -x" />
>         </cvs-update>
> 
> But it prompts for files that I have listed in my .cvsignore files.
> 
> I am not sure if .cvsignore is support by all CVS clients, 
> but I think that it would be a great addition if the CVS 
> tasks would recognize this file.
> 
> Jason
> 
> 
> -------------------------------------------------------
> 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-users mailing list
> Nant-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 


-------------------------------------------------------
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-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to