----- Original Message -----
From: "Stefan Küng" <stefan.kueng@wagner-group.ch>
To: <dev@tortoisesvn.tigris.org>
Cc: <om@tipgroup.com>
Sent: Friday, July 16, 2004 11:52 AM
Subject: Re: [TSVN] UnCheck Save Authentication
> Olivier Mascia wrote:
>
> > Stefan,
> >
> > Talking of the saved authentication, I just checked my files. I see the
> > authentication is saved in a file. That file has a name which looks like
> > a hash. But then if I open the file with a text editor, I find the
> > details of the authentication in clear text.
> >
> > I have to admit that the file is created in an area which, by default,
> > is not available to other ordinary users (if the Windows default
> > settings are not changed).
> >
> > Questions:
> >
> > 1) Is this done by SubVersion or by TortoiseSVN ?
>
> It's done by Subversion. TSVN has no way to interfere with that (sorry).
>
Stefan, I don't this is true. You can write your own auth provider
(svn_auth_provider_object_t)
to use it either along side the subversion ones or in place of them. You
would add it to the providers
array in TortiseSVN/src/SVN/SVN.cpp.
see subversion/include/svn_auth.h for more details.
> Stefan
Chris.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jul 16 23:51:10 2004