Re: svn_delta_path_driver deprecation

2012-10-26 Thread Stefan Fuhrmann
On Thu, Oct 25, 2012 at 7:36 PM, C. Michael Pilato wrote: > On 10/25/2012 01:02 PM, Stefan Fuhrmann wrote: > > Hi, > > > > We've managed to widely eliminate the use of deprecated > > functions except for a few cases. One of them is > > svn_delta_path_driver. > > > > The problem is that svn_delta_p

Re: svn_delta_path_driver deprecation

2012-10-25 Thread C. Michael Pilato
On 10/25/2012 01:02 PM, Stefan Fuhrmann wrote: > Hi, > > We've managed to widely eliminate the use of deprecated > functions except for a few cases. One of them is > svn_delta_path_driver. > > The problem is that svn_delta_path_driver2 requires an > ordered path array as input that none but one o

svn_delta_path_driver deprecation

2012-10-25 Thread Stefan Fuhrmann
Hi, We've managed to widely eliminate the use of deprecated functions except for a few cases. One of them is svn_delta_path_driver. The problem is that svn_delta_path_driver2 requires an ordered path array as input that none but one of the callers can actually provide. We would need to sort the p