[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can I "delete authentication" on a per server basis?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 20 Mar 2010 09:39:43 +0100

On 19.03.2010 19:31, Joseph Fitzgerald wrote:
> I understand that I can delete all authentications for all servers
> from the Saved Data page of the settings dialog, but what I want is
> to just delete the authentication for just one of several servers.
> Is it possible?

Not from a dialog, but you can try to do it manually:
go to %APPDATA%\Subversion\auth

Depending on the auth type, go to one of the sub folders there, usually
it's 'svn.simple' but could be another one for your auth type.

You'll find a file in there for every repository you've saved the auth
data. Open those files in a text editor. You'll see a lot of garbage
chars since the saved passwords are encrypted. But at the end you can
see the url of the repository for which that file saved the auth data.
Find the file you're looking for and remove it.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2462474
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-03-20 09:39:56 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.