[NAnt-users] Checking out a single file using cvs-checkout
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:
RE: [NAnt-users] Checking out a single file using cvs-checkout
- From: Clayton Harbour [mailto:[EMAIL PROTECTED] Sent: Sunday, December 11, 2005 6:35 PM To: Colin Coller Cc: nant-users@lists.sourceforge.net 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. Co