JavaHL SVNClient.logMessages() cannot return all revision properties.
From: Doros Agathangelou <doros_at_triadiktyo.com>
Date: Mon, 7 Nov 2016 12:56:38 +0200
Hi All
I have been trying to get the logMessages of a repository along with ALL
This is because in the C API, *svn_client_log5* will accept a NULL argument
* If @a revprops is NULL, retrieve all revision properties; else, retrieve
Now I believe the problem in javahl is that the class StringArray does not
This can be seen in file org_apache_subversion_javahl_SVNClient.cpp at
If a null is passed to jrevProps then the line:
This array generated from the revProps object will subsequently be passed
I have fixed this in my builds using the attached patch. It is probably not
Some notes on the attached patch: The reason I am creating a new
Thanks
|
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.