Re: Bindings for svn_auth_get_platform_specific_client_providers missing

2010-09-27 Thread Matthijs Kooijman
Hey Folks, > I've attached an updated patch with a test case. The testcase is a bity > ugly, since it tests each element of the returned array and keeps the > result in its own variable. This is needed since I can't predict how > many elements there will be in the returned array, but I didn't want

Re: Bindings for svn_auth_get_platform_specific_client_providers missing

2010-09-13 Thread Matthijs Kooijman
Hi folks, > I believe the swig perl tests (invoked by running 'make > check-swig-pl') are in subversion/bindings/swig/perl/native/t/ Ah, I'd looked over that very small directory name, I guess :-) I've attached an updated patch with a test case. The testcase is a bity ugly, since it tests each el

Re: Bindings for svn_auth_get_platform_specific_client_providers missing

2010-09-08 Thread Hyrum K. Wright
On Wed, Sep 8, 2010 at 1:53 PM, Matthijs Kooijman wrote: > Hi Hyrym, > > thanks for your thoughts. > >> Would it be possible to add a test to the Perl bindings tests which >> exercises this new code? > Where do these live? I looked around the tests directory a bit, but I > didn't think there were

Re: Bindings for svn_auth_get_platform_specific_client_providers missing

2010-09-08 Thread Matthijs Kooijman
Hi Hyrym, thanks for your thoughts. > Would it be possible to add a test to the Perl bindings tests which > exercises this new code? Where do these live? I looked around the tests directory a bit, but I didn't think there were tests for bindings? > Additionally, you should probably provide a log

Re: Bindings for svn_auth_get_platform_specific_client_providers missing

2010-09-08 Thread Hyrum K. Wright
On Wed, Sep 8, 2010 at 1:09 PM, Matthijs Kooijman wrote: > Hi folks, > >> While writing this, I've finally found the "include/svn_containers.swg" >> file containing all kinds of typemaps for the apr_*_t types. I'll try >> poking in there a bit, I'll keep you posted. > > Using the following patch (

Re: Bindings for svn_auth_get_platform_specific_client_providers missing

2010-09-08 Thread Hyrum K. Wright
On Wed, Sep 8, 2010 at 8:44 AM, Matthijs Kooijman wrote: > Hi folks, > > while trying to get git-svn to work with gnome-keyring, I found that the > (perl) bindings for the svn_auth_get_platform_specific_client_providers > function are missing. Or actually, a binding is generated, but it > ends wit

Re: Bindings for svn_auth_get_platform_specific_client_providers missing

2010-09-08 Thread Matthijs Kooijman
Hi folks, > While writing this, I've finally found the "include/svn_containers.swg" > file containing all kinds of typemaps for the apr_*_t types. I'll try > poking in there a bit, I'll keep you posted. Using the following patch (which just appends a bit to the end of the file), the svn_auth_get_