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

[Subclipse-users] SvnAnt query? 1.8 format compatibility after subclipse upgrade

From: Gary McWilliams <GMcWilliams_at_kana.com>
Date: Mon, 15 Jul 2013 17:33:07 +0000

Not sure if you take SvnAnt questions on this list, asking anyway.

Can anyone tell me how to get a 1.8 (SVN format 31) compatible version of SvnAnt? I upgraded subclipse to 1.10, upgraded all my project working copies. All was swell, however, now I need to run an ant build and I'm stumped.

I've built the latest code (both from subclipse/ trunk and subclipse/tags/1.10.0) but cannot get this to work with the 1.8 format working copy (getting the "this client is too old" message).
I also cannot get the SvnClientAdapter to build at all (even in eclipse), for example:
InheritedJhlProplistCallback.java is missing
org.apache.subversion.javahl.callback.InheritedProplistCallback

CmdLineClientAdapter.java is missing
@Override
public ISVNProperty[] getPropertiesIncludingInherited(SVNUrl)

CmdLineStatusComposite is missing
@Override
public String getMovedToAbspath()

So, it looks like the code is wired for 1.8, but there is a missing dependency from the checkout (the svn-javahl.jar under svnClientAdapter/lib in the 1.10.0 tag does not have the org.apache.subversion.javahl.callback.InheritedProplistCallback class for example).

Any help/advice/guidance (I take kindly to being called a fool by people who can help) appreciated

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2013-07-15 19:52:07 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.