[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:36:51 CEST

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

> > You need to 'find wc -name .svn | xargs rm -rf', or something like that.
>
> It appears to be sufficient (for 0.20.1) to delete .svn/auth/username
> For Windows users, that would be:
> c:\wc> attrib -r username /S
> c:\wc> del username /S

Doh! Sorry, I mistyped! I didn't mean for you to delete all your
.svn administrative directories!

Just delete the contents of .svn/auth/. Note that the data is in
every single subdir of your working copy.

---------------------------------------------------------------------
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:38:45 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.