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

Re: Help converting build script to use TortoiseSVN

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2007-08-03 18:21:53 CEST

Zaranthos wrote:
> I am trying to avoid using svnversion since TortoiseSVN should be able to do
> the same thing.

My mind is still hurting from trying to comprehend why you would want to
switch from a command line tool to a GUI tool when using an automated
script. However....

> <target name="update" unless="revision">
> <exec executable="svn" failifexecutionfails="false">
> <arg value="update"/>
> <arg value="${root}"/>
> </exec>
> <antcall target="version"/>
> </target>

...aren't you looking for SvnAnt? http://subclipse.tigris.org/svnant.html

Cheers,

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Aug 3 18:19:17 2007

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

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