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

Re: ANT Task for Subversion

From: M <marcus.rohrmoser_at_gmx.de>
Date: 2004-06-13 12:46:15 CEST

> Has anyone started working on a ANT task to handle Subversion?
>
> If not, what's the community interest? Would folks find it useful?

There is a task yet. I use

<taskdef name="subversion"
classname="org.apache.tools.ant.taskdefs.ExternalSubversionTask"/>

and

<target depends="init" description="svn commit" name="svn-commit">
        <subversion args="--non-interactive --message ${svn.message}
--username=${svn.user} --password=${svn.pwd}" command="commit"/>
</target>

It's packaged in ant-subversion.jar - but I don't remember where I got it from
(that's rahter long ago).

Check http://subclipse.tigris.org/svnant.html

        M

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 13 12:46:17 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.