I am a NAnt 0.84 user and cannot use the CVS tasks because they do not
currently support sspi (sspi support would be a compelling reason to move to
a nightly build, otherwise we will stick to official releases).  However, I
would like to see the -P -d -R options turned on by default when the tasks
start supporting my version of CVS :-). On the subject of global vs. command
options (you were looking for cvs --help update -options BTW) I would like
to see CVS usage in NAnt reflect command line CVS as much as possible.  That
leaves us in a place where the CVS command has different options/arguments
then the update/checkout command whether or not that seems flakey.  You
might want something like this:

<cvs cvsroot="{$CVSROOT}" rootprefix="{$CVSROOTPREFIX}" readonly="true">
        <update pruneEmpty="true" buildDirectories="true" recursive="true">
                <fileset ...>
        </update>
</cvs>

There doesn't really seem to be an elegant way to do this...

Kevin Dickover

________________________________________________________________________________________________

This electronic mail (including any attachments) may contain information that is 
privileged, confidential, and/or otherwise protected from disclosure to anyone other 
than its intended recipient(s). Any dissemination or use of this electronic email or 
its contents (including any attachments) by persons other than the intended 
recipient(s) is strictly prohibited. If you have received this message in error, 
please notify us immediately by reply email so that we may correct our internal 
records. Please then delete the original message (including any attachments) in its 
entirety. Thank you.

Reply via email to