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

How to get ANT work with Subversion

From: Uwe <newsgroup_at_ziegenhagen.info>
Date: 2004-09-07 09:44:19 CEST

Hello,

I would like to use subversion from my ant scripts, but somehow do not
manage to get it work.

I downloaded svnant and the javahl package from
http://subclipse.tigris.org/svnant.html and

http://svn.collab.net/repos/svn/trunk/subversion/bindings/java/javahl/

and extracted everything to the respective directories (all dll files to
  the subversion dir, all jar files to the ANT /lib dir.

Unfortunately the following script does not know "svn", so I suppose I
need to define a custom task. Can anyone help me?

<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="checkout" name="javahtest">

<target name="checkout">
        <svn>
                     <checkout url="http://localhost/yxilon/javahtest" destPath="." />
        </svn>
     </target>
</project>

Uwe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 09:44:44 2004

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

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