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

[Subclipse-users] svnant - info returns different info with different options

From: Matt Walsh <mwalsh_at_chartwelltechnology.com>
Date: Fri, 29 Jan 2010 09:24:19 -0800 (PST)

Hi.

I'm trying to use svnant to generate build info for my builds.

When I use
<svn javahl="false" svnkit="true">
  <info ... />
</svn>
I get the latest revision from the repositiory. Not what I want.

When I use
<svn javahl="false" svnkit="false">
   <info ... />
</svn>
I get the working copy info, which is what I would expect.

I would like this work for users who may not have a cli installed (TortoiseSVN users, for example).

Are there any options that will make svnkit behave as expected?

I would expect to get the same results from the same task, no matter what underlying code is used.

Thanks.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2443070

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-01-29 18:26:55 CET

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.