Hi Clayton, Thanks for the response. It turns out that it *is* possible to check out a single file by specifying the path and filename to check out in the module:
<cvs-checkout module="MYMODULE/PATH/TO/THEFILE" revision="MYBRANCH" ... /> I'm curious why <cvs-checkout> has a <fileset>, if not for this reason, but at least I'm past my problem. :) Colin -----Original Message----- From: Clayton Harbour [mailto:[EMAIL PROTECTED] Sent: Sunday, December 11, 2005 6:35 PM To: Colin Coller Cc: [email protected] Subject: Re: [NAnt-users] Checking out a single file using cvs-checkout No the checkout command only works on directories (i.e. modules), not files. Colin Coller wrote: > Hi everyone, > > Is it possible to check out a single file using the cvs-checkout task? > I'm trying to check out file THEFILE from module MYMODULE and branch > MYBRANCH, but I end up getting the entire module: > > <cvs-checkout module="MYMODULE" commandline="-rMYBRANCH" ...> > <fileset> > <include name="THEFILE" /> > <exclude name="**\*" /> > </fileset> > </cvs-checkout> > > Thanks, > > Colin > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id865&op=click > _______________________________________________ > NAnt-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
