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

Reply via email to