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

Re: Cached credentials

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-04-04 02:09:05 CEST

John Barstow <John_Barstow@gfsg.co.nz> writes:

> Silly question - what is the command to remove cached authentication
> credentials from a working copy tree? Due to issues with checkout, I copied
> my working copy to another user's machine and just need to clean out the
> cache. They are using a GUI client that does not have a way to override the
> username.

There's no svn command to do that.

You need to 'find wc -name .svn | xargs rm -rf', or something like
that.

Keep in mind that I'll soon be committing a change that causes all
auth credentials to be saved in your ~/.subversion area, very much
like a .cvspass file. No more risks of accidentally giving your auth
data to someone else.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 4 02:11:04 2003

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

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