Hi,

 

I have committed a new version of #cvslib.  The new version fixes a
known issue with dates not being populated on a checkout/ update.  In
addition the new binary adds the rtag (remote tag) which applies a cvs
tag to the sources on the remote repository and has the following
format:

 

<project name="sample-rtag">

    <target name="rtag ">

        <echo message="Rtag repository." />

        <cvs-rtag       destination="e:/test/nant-tests-project" 

 
cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot/sharp
cvslib-test" 

                        password="password" 

                        tagname="vNewVersion"

                        remove="false"

                        module="sharpcvslib-test-repository" />    

    </target>

</project>

 

Also, I have been reading through the list on the status of dashes with
respect to the expression evaluator.  I realize that this may be coming
in a little late but I think that since our build files are xml then
maybe we should standardize on that if possible.  If I have already
missed the boat :-), and the decision has already been made to remove
the dashes then I could use some direction on how to transition the
tasks I have to the new format.  Is it possible to obsolete attributes? 

 

 

Cheers,

 

 

Clayton



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to