Re: JavaHL SVNClient.logMessages() cannot return all revision properties.

2017-01-29 Thread Branko Čibej
On 11.11.2016 14:56, Branko Čibej wrote: > On 11.11.2016 14:02, Branko Čibej wrote: >> One solution would be to introduce an overload of the >> ISVNClient.logMessages() method that would have the option to return all >> revprops. > In fact, the attached patch does just that. Can you test it, please

Re: JavaHL SVNClient.logMessages() cannot return all revision properties.

2016-11-11 Thread Branko Čibej
On 11.11.2016 14:02, Branko Čibej wrote: > One solution would be to introduce an overload of the > ISVNClient.logMessages() method that would have the option to return all > revprops. In fact, the attached patch does just that. Can you test it, please? -- Brane Index: subversion/bindings/javahl/

Re: JavaHL SVNClient.logMessages() cannot return all revision properties.

2016-11-11 Thread Branko Čibej
On 07.11.2016 11:56, Doros Agathangelou wrote: > Hi All > > I have been trying to get the logMessages of a repository along with ALL > revision properties. Turns out this is not possible through javahl and I > believe this creates an inconsistency between javahl and the svn C api. > > This is becau

JavaHL SVNClient.logMessages() cannot return all revision properties.

2016-11-07 Thread Doros Agathangelou
Hi All I have been trying to get the logMessages of a repository along with ALL revision properties. Turns out this is not possible through javahl and I believe this creates an inconsistency between javahl and the svn C api. This is because in the C API, *svn_client_log5* will accept a NULL argum