Re: svn-win32.18.13_dev

2018-07-29 Thread Johan Corveleyn
On Thu, Jul 26, 2018 at 7:22 AM, Andreas Friedrich
 wrote:
>
> Hello,
>
> I use the lib files of svn-win32.18.13_dev. When I call the function 
> svn_client_version(), I get 1.7.5 as a result.
> Is it possible, that the lib files belong to an older version than 1.8?>
> When I checkout files with the API, I can’t use the compare function in my 
> TortoiseSVN. I have to upgrade my working copy to 1.8. My Tortoise uses 
> Subversion 1.8.9

Where did you get those lib files of svn-win32.18.13_dev? Maybe there
is a problem with that binary package? The Apache Subversion project
only release the source code, the binary packages are created /
maintained by various volunteers or organisations. Maybe you should
try another package from
http://subversion.apache.org/packages.html#windows. Or perhaps you can
simply use the dll's that come with your TortoiseSVN installation?

It's also possible that some old installation left some old dll's
somewhere on your PATH, which could cause them to be loaded in your
program that performs the API calls.

BTW: Version 1.8 is end-of-life now [1], while 1.9 is the "old stable"
release and 1.10 is the latest release branch. I recommend you upgrade
to 1.10.2 if possible. Also see
http://subversion.apache.org/roadmap.html if you want to know more
about our release planning.

[1] 
http://subversion.apache.org/docs/release-notes/1.10.html#svn-1.8-deprecation

-- 
Johan


Re: Subversion 1.10.x and svnkit compatibility?

2018-07-29 Thread Johan Corveleyn
On Fri, Jul 20, 2018 at 6:14 PM, Reuben Popp  wrote:
> Greetings to all,
>
> Can anyone tell me if svnkit is compatible with subversion 1.10.x?  Or if
> there's a particular svnkit dev branch that's in the works, so to speak?
> I've attempted mailing both the svnkit mailing lists themselves as well as
> the svnkit main email address, but all of them are bouncing as NDR.
>
> When responding, could you please reply to me directly as I am not a current
> subscriber to the list.

I have not seen a response on the list, so I'm not sure if anyone has
answered you directly. If not, I'm afraid most people on this list
don't know the current state of the svnkit project. It's a separate
project (with its own mailinglist, as you mentioned). If their list
doesn't work, and direct emails don't get a response either, I have no
idea how to contact them.

As far as I can see, their website doesn't mention a 1.10.x version
(latest seems to be 1.9.3). Their download page [1] does list a git
url, and their svn repository seems to be here:
https://svn.svnkit.com/repos/svnkit/ ... so perhaps you can find some
more recent work towards 1.10.x there.

[1] https://svnkit.com/download.php

-- 
Johan