i'm using the cli client in ant:

    <target name="svn" description="">
        <echo message="Export the new application..." />
        <exec executable="svn">
            <arg line="export -q ${SVN_URL} ${APP_DIR}"/>
        </exec>
        <echo message="Done!" />
    </target>


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to