[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: John Barstow <John_Barstow_at_gfsg.co.nz>
Date: 2003-04-04 02:41:33 CEST

> 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

Of course, this may not work for all auth providers.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
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:34:32 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.