Hi,

 

I have a first cut of the cvs revision (sticky-tag) checkout in the nant
cvs repository.  Unfortunately I introduced an issue with file times
being set to the current date and time which I will try to resolve this
week.  There may be other issues as this is under heavy development but
it is there.  If you would like to try it you can specify a checkout
using the following:

 

<?xml version='1.0'?>

<project default="checkout.nant.override">

    <target name="checkout.nant.override">

        <cvs-checkout   module="nant"

 
cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot/nant"

                        destination="E:\test"

                        password="">

            <options>

                <option name="sticky-tag"
value="your_favorite_nant_version" />

                <option name="override-directory"
value="nant_favorite_version" />

            </options>

        </cvs-checkout>

    </target>

</project>

 

As you might have noticed there is also support to override the module
directory in a checkout as well.  I found a bug this morning with an
update using the override directory but the checkout works fine.

 

As always feedback any feedback is appreciated :-).

 

 

Cheers,

 

Clayton



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to