[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: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-04-04 14:04:28 CEST

On Thu, Apr 03, 2003 at 06:36:51PM -0600, Ben Collins-Sussman wrote:
> 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.

The "/S" switch recursively searches your directory tree AFAIR.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 4 14:06:17 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.