Discussion:
svn-win32.18.13_dev
Andreas Friedrich
2018-07-26 05:22:10 UTC
Permalink
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

[cid:***@01D424B1.5D6F65E0]


Kind regards
Andreas Friedrich



Datenbankentwickler
GB1-IM-IS

Tel.: +49 961 400 2125 · Fax: +49 961 400 0
***@witt-gruppe.eu · http://www.witt-gruppe.eu







Josef Witt GmbH · Schillerstraße 4-12 · 92637 Weiden
GeschÀftsfÌhrung: Wolfgang Jess (Vorsitzender),
JÃŒrgen Angstmann, Stefanie ZÃŒhlke-Schmidt
AG Weiden, HRB 1435

http://www.witt-gruppe.eu



Ausgezeichnet vom FOCUS als einer der "Besten Arbeitgeber Deutschlands 2018"

Recognised by FOCUS magazine as one of "Germany's Best Employers 2018"

http://karriere.witt-gruppe.eu



before printing this e-mail, please consider if it is really necessary
Johan Corveleyn
2018-07-29 19:56:24 UTC
Permalink
On Thu, Jul 26, 2018 at 7:22 AM, Andreas Friedrich
Post by Andreas Friedrich
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
Loading...