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

Re: javahl compatibility question

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Thu, 17 Jun 2010 07:22:26 -0500

On Thu, Jun 17, 2010 at 4:16 AM, <mruhrbach_at_aim.com> wrote:
> Hello,
>
> I am developing a Java program that uses the javahl jar file. What I don't
> understand however is if it is safe to use one version of javahl (say
> 1.6.11) with a repository of SVN server 1.5.x. I am a bit afraid of
> introducing errors into the SVN repository that will not show up
> immediately.
>
> Put in other words: do i have to use
> - the JAR and .dll / .so that i package with my app
> - the JAR and .dll / .so that comes with the local installation
> - the JAR packaged with my app and the .dll / .so of the installation
>
> Program and server can be either same or different machines.

JavaHL, along with the rest of the Subversion libraries, maintains
backward compatibility in future versions. If you develop against
1.6.11, your application will continue to work against other 1.6.x
releases and future 1.x releases. If you know that the local
installation will contain at least 1.6.0, then you can confidently use
that JAR and shared library.

(I should note here that future development of JavaHL will be in the
org.apache.subversion namespace, which is currently imiplemented on
trunk. The old org.tigris.subversion packages will still be shipped,
just not updated to reflect changes to the underlying C APIs.)

-Hyrum
Received on 2010-06-17 14:23:09 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.