Re: config dir and svn_config_walk_auth_data

2013-08-01 Thread Daniel Shahaf
Stefan Küng wrote on Fri, Jul 26, 2013 at 19:55:18 +0200: > On 26.07.2013 19:32, Branko Čibej wrote: >> On 26.07.2013 19:19, Stefan Küng wrote: >>> Hi, >>> >>> In TSVN I'm using the API svn_config_walk_auth_data(). Unfortunately, >>> I'm passing NULL as the first parameter (the config dir path). >>

Re: config dir and svn_config_walk_auth_data

2013-07-26 Thread Stefan Küng
On 26.07.2013 19:32, Branko Čibej wrote: On 26.07.2013 19:19, Stefan Küng wrote: Hi, In TSVN I'm using the API svn_config_walk_auth_data(). Unfortunately, I'm passing NULL as the first parameter (the config dir path). Back when I implemented this, passing NULL worked just fine. Now it doesn't a

Re: config dir and svn_config_walk_auth_data

2013-07-26 Thread Branko Čibej
On 26.07.2013 19:19, Stefan Küng wrote: > Hi, > > In TSVN I'm using the API svn_config_walk_auth_data(). Unfortunately, > I'm passing NULL as the first parameter (the config dir path). > Back when I implemented this, passing NULL worked just fine. Now it > doesn't anymore - I forgot to test this wi

config dir and svn_config_walk_auth_data

2013-07-26 Thread Stefan Küng
Hi, In TSVN I'm using the API svn_config_walk_auth_data(). Unfortunately, I'm passing NULL as the first parameter (the config dir path). Back when I implemented this, passing NULL worked just fine. Now it doesn't anymore - I forgot to test this with the 1.8.0 release, my fault. The reason tha