Re: JavaHL bug in 1.7 retrieving mergeinfo

2011-08-08 Thread Paul Burba
On Mon, Aug 8, 2011 at 1:14 PM, Julian Foad wrote: > On Mon, 2011-08-08 at 13:11 -0400, Mark Phippard wrote: >> On Mon, Aug 8, 2011 at 5:13 AM, Julian Foad >> wrote: >>         On Sat, 2011-08-06, Mark Phippard wrote: >>         >         The attached Java program shows a bug in 1.7 when >>      

Re: JavaHL bug in 1.7 retrieving mergeinfo

2011-08-08 Thread Julian Foad
On Mon, 2011-08-08 at 13:11 -0400, Mark Phippard wrote: > On Mon, Aug 8, 2011 at 5:13 AM, Julian Foad > wrote: > On Sat, 2011-08-06, Mark Phippard wrote: > > The attached Java program shows a bug in 1.7 when > calling the > > getMergeinfoLog API. If

Re: JavaHL bug in 1.7 retrieving mergeinfo

2011-08-08 Thread Mark Phippard
On Mon, Aug 8, 2011 at 5:13 AM, Julian Foad wrote: > On Sat, 2011-08-06, Mark Phippard wrote: > > The attached Java program shows a bug in 1.7 when calling the > > getMergeinfoLog API. If the discoverChangedPaths boolean is > > set to true we do not get back the expected r

Re: JavaHL bug in 1.7 retrieving mergeinfo

2011-08-08 Thread Julian Foad
On Mon, 2011-08-08 at 11:22 +0200, Miha Vitorovic wrote: > On 8.8.2011 11:13, Julian Foad wrote: > > The other day I noticed that the 'svn mergeinfo' command passes > > changed the parameter to FALSE and found that the result was actually > > slower. Looking further now, I see that the result is d

Re: JavaHL bug in 1.7 retrieving mergeinfo

2011-08-08 Thread Miha Vitorovic
On 8.8.2011 11:13, Julian Foad wrote: The other day I noticed that the 'svn mergeinfo' command passes changed the parameter to FALSE and found that the result was actually slower. Looking further now, I see that the result is different. with svn_client_mergeinfo_log(discover_changed_paths=TR

Re: JavaHL bug in 1.7 retrieving mergeinfo

2011-08-08 Thread Julian Foad
On Sat, 2011-08-06, Mark Phippard wrote: > The attached Java program shows a bug in 1.7 when calling the > getMergeinfoLog API. If the discoverChangedPaths boolean is > set to true we do not get back the expected results. When it > is false, the API works properly

Re: JavaHL bug in 1.7 retrieving mergeinfo

2011-08-06 Thread Mark Phippard
On Fri, Aug 5, 2011 at 5:20 PM, Mark Phippard wrote: > The attached Java program shows a bug in 1.7 when calling the > getMergeinfoLog API. If the discoverChangedPaths boolean is set to true we > do not get back the expected results. When it is false, the API works > properly. > > NOTE: in my t

JavaHL bug in 1.7 retrieving mergeinfo

2011-08-05 Thread Mark Phippard
The attached Java program shows a bug in 1.7 when calling the getMergeinfoLog API. If the discoverChangedPaths boolean is set to true we do not get back the expected results. When it is false, the API works properly. NOTE: in my test you get no results back when it fails. However, when the same