[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVNAnt

From: Paul Glezen <pglezen_at_us.ibm.com>
Date: 2005-08-20 19:59:57 CEST

Hi Randy,

Perhaps you could share your Ant script (or at least the relevant pieces)
and we could take a look. For simply checking out files, I use this task
and target definition:

    <taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask"/>

    <target name="checkout" unless="eclipse.running"
            description="Check outprojects from Subversion.">
      <svn>
           <checkout url="${svn.repo}/${branch}/XYZApp"
destPath="DBApp"/>
           <checkout url="${svn.repo}/${branch}/XYZDomain"
destPath="DBDomain"/>
           <checkout url="${svn.repo}/${branch}/XYZWeb"
destPath="DBWeb"/>
      </svn>
    </target>

Paul
Received on Sun Aug 21 03:59:57 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.