On Wed, May 6, 2015 at 8:20 AM, Bernhard Haumacher
wrote:
> Hi Branko,
>
> On 06.05.2015 08:24, Bernhard Haumacher wrote:
>> >
>> > ... I'd
>> > like to analyze the diff of the svn:mergeinfo property (what other
>> > revisions were merged into some branch in a commit). ...
>> >
>>
>> ISVNClient.
> -Original Message-
> From: Branko Čibej [mailto:br...@wandisco.com]
> Sent: woensdag 6 mei 2015 14:49
> To: users@subversion.apache.org
> Subject: Re: API accessing property diff of svn:mergeinfo
>
> On 06.05.2015 14:20, Bernhard Haumacher wrote:
> > Hi Bra
On 06.05.2015 14:20, Bernhard Haumacher wrote:
> Hi Branko,
>
>> On 06.05.2015 08:24, Bernhard Haumacher wrote:
>> >
>> > ... I'd
>> > like to analyze the diff of the svn:mergeinfo property (what other
>> > revisions were merged into some branch in a commit). ...
>> >
>>
>> ISVNClient.getMergeinfoL
Hi Branko,
On 06.05.2015 08:24, Bernhard Haumacher wrote:
>
> ... I'd
> like to analyze the diff of the svn:mergeinfo property (what other
> revisions were merged into some branch in a commit). ...
>
ISVNClient.getMergeinfoLog should give you that information.
The upcoming 1.9 release will hav
On 06.05.2015 08:24, Bernhard Haumacher wrote:
> Hi,
>
> I'm accessing a SVN repository from Java code using javahl. Now, I'd
> like to analyze the diff of the svn:mergeinfo property (what other
> revisions were merged into some branch in a commit). The only way I
> found doing that is using the AP