[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 query? 1.8 format compatibility after subclipse upgrade

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 15 Jul 2013 13:54:37 -0400

AFAIK, SvnAnt has not even had a SVN 1.7 compatible release created.

In terms of the CmdLine adapter, it has not been maintained in years,
but I do occasionally add null stubs for missing methods. That is all
I would do here.

Mark

On Mon, Jul 15, 2013 at 1:33 PM, Gary McWilliams <GMcWilliams_at_kana.com> wrote:
> 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
>
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3060520
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2013-07-15 19:54:42 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.