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

Re: [Subclipse-users] svnant info issue on upgrade from 1.1.0 RC2 to 1.2.0 RC1

From: Joshua Frankamp <frankamp_at_gmail.com>
Date: Wed, 27 Aug 2008 10:46:00 -0700

> My ant targets look something like this:
>
> <target name="all-svn">
> <antcall target="svn-info">
> <param name="file" value="c:/mysource1/build.xml"/>
> </antcall>
> <antcall target="svn-info">
> <param name="file" value="c:/mysource2/build.xml"/>
> </antcall>
> <antcall target="svn-info">
> <param name="file" value="c:/mysource3/build.xml"/>
> </antcall>
> </target>
>
> <target name="svn-info">
> <svn username="${svnant.repository.user}" password="${svnant.repository.passwd}">
> <info target="${file}"/>
> </svn>
> <echo message="revision is: ${svn.info.rev}"/>
> </target>

Is the behavior different when you put inheritAll="false" on your antcalls?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-08-27 19:46:16 CEST

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.