You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Max Bowsher <ma...@ukf.net> on 2005/08/01 16:04:01 UTC

Re: [PATCH] add svn_config_clear_auth_data

Kouhei Sutou wrote:
> Hi,
>
> In <06...@chimaera>
>  "Re: [PATCH] add svn_config_clear_auth_data" on Fri, 22 Jul 2005 15:00:14
>  +0100, "Max Bowsher" <ma...@ukf.net> wrote:
>
>> A simple "clear all" API doesn't seem particularly useful.
>>
>> For the purposes of testing, I suggest just removing the auth cache 
>> files.
>
> I have wanted to do that in first. But an auth cache file
> name generation API is not public. (Yes, I can remove auth
> cache directory.) So I request clear an auth cache API.

Oops, sorry, I misunderstood what the new API was supposed to do. "clear" 
sounds like it might mean "clear all". I think the name 
"svn_config_delete_auth_data" better explains the functionality.

However, you shouldn't need an API like this for cleaning up testing 
environments, because testing environments should be using a private config 
area which can be totally removed anyway.

So, in conclusion, this API makes sense conceptually, but your reason for 
wanting it does not.
I've no problem with adding the API if there is a known practical use for 
it, but I don't know of one at present.

Max.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org