Re: SvnAnt query? 1.8 format compatibility after subclipse upgrade
Mark Phippard <[email protected]> Mon, 15 Jul 2013 13:54:37 -0400
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <CAHFaGCrTCj50N79X4W4ok3QbxHHaQaUU-N=7VY74OqQtj70taA@mail.gmail.com> |
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 <[email protected]> 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: [[email protected]].