Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-09 Thread Barry Scott
Thanks will the required changes be in alpha3? Is it possible to do the sort without using the private API? Barry pysvn author On 6 Nov 2014, at 19:55, Ben Reser wrote: > On 11/6/14 5:10 AM, Nico Kadel-Garcia wrote: >> Out of curiosity, do the same issues occur with gcc on a modern box? >> Th

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-09 Thread Nico Kadel-Garcia
> On 6 Nov 2014, at 19:55, Ben Reser wrote: >> I suggested that we resolve this by restoring the long standing private APIs >> that had been exposed. While not adding any new APIs. If nobody objects to >> that suggestion soon I'm going to just do it. What a sensible approach. May I suggest dro

Re: pysvn does not build against 1.9-alpha2 because of incomplete type 'const svn_sort__item_t'

2014-11-09 Thread Branko Čibej
On 09.11.2014 19:02, Nico Kadel-Garcia wrote: >> On 6 Nov 2014, at 19:55, Ben Reser wrote: >>> I suggested that we resolve this by restoring the long standing private APIs >>> that had been exposed. While not adding any new APIs. If nobody objects to >>> that suggestion soon I'm going to just do