SvnAnt query? 1.8 format compatibility after subclipse upgrade
Gary McWilliams <[email protected]> Mon, 15 Jul 2013 17:33:07 +0000
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <[email protected]> |
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: [[email protected]].