[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: Gary McWilliams <GMcWilliams_at_kana.com>
Date: Mon, 15 Jul 2013 18:12:38 +0000

Mark, thanks for the quick response.

At the risk of really diverging this (and I guess, you're implying svnant isn't really something that's under your control or domain of interest) could I ask you (or anyone else listening in):

1. I can add missing stubs, I cannot (I think) make up the missing classes from the svn-javahl.jar such as org.apache.subversion.javahl.callback.InheritedProplistCallback. I would need a 1.8 version of that jar, would you know where that could be found? (really, google isn't helpful here)
2. Am I missing an alternative for using SVN (pretty simple requirements, I sometimes use a svn export to get code for escrow, I get the "latest change revision number" to stamp into a built jar, I commit one file from a release build with version info), from within an ant job? If this isn't something that people are doing, then that's fine, I can look at alternatives for doing these tasks outside of ant.

-----Original Message-----
From: Mark Phippard [mailto:markphip_at_gmail.com]
Sent: 15 July 2013 18:55
To: users_at_subclipse.tigris.org
Subject: Re: [Subclipse-users] SvnAnt query? 1.8 format compatibility after subclipse upgrade

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].
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3060521
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2013-07-15 20:12:45 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.