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

Re: Subversion log out

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 5 Feb 2008 11:36:50 -0500

On Feb 5, 2008 8:07 AM, <digdem.x.gungor_at_jpmorgan.com> wrote:
>
> Hello,
>
> We have a problem with log out in Subversion.
>
> Subversion saved previous devloper's credential and doesn't let us to log
> in.
> We need to log out the user and use new user's credential.
>
> Could you please help us how we can log out a user?

It sounds like you have 2 developers sharing an account on the
computer they're using. Not a great idea from a security
perspective...

Credentials are cached in the user's home directory, in a directory
called subversion on Windows and .subversion on Linux, Unix, etc.
Specifically, you want to delete:

%appdata%\subversion\auth (windows)
~/.subversion/auth (non-Windows)

If you're using TortioseSVN, there's even a handy button in the
Settings dialog to clear authentication data. Other clients may have a
similar feature.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-05 17:37:11 CET

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

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