How does a fileset work with cvs-checkout?  I'd like to use one to
restrict which folders/modules are checked out.

For example:

 <target name="checkout" description="Checkout source from CVS">
        <cvs-checkout cvsroot="${cvs.root.dac}" module="Code"
usesharpcvslib="false">
                <fileset>
                        <includesfile name="a_list_of_modules.txt" />   
                </fileset>
        </cvs-checkout>
  </target>

I've tried all sorts of syntax and combinations, and the cvs-checkout
task appears to totally ignore the fileset.  

If I omit the "module" parameter, the task fails.  If I include one, it
checks out every folder within it, regardless of the fileset.

Thanks,

Alex Roebuck.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to