Clearing (or deleting) cached SVN passwords in Eclipse using Subclipse
posted by David on 2010.05.06, under Development
06:
I’ve spent a long time today trying to delete a cached SVN password in Eclipse on my Mac. Every time I tried to connect to my SVN repository I was getting a 403 authentication error. Eclipse wasn’t offering me a chance to resupply my credentials though.
After a lot of searching I found this post which provided the answer.
Japan Shah: how to clear subeclipse password svn for eclipse?.
So, if you’ve read lots of other posts and still haven’t found the mysterious cache file, try here:
/Users/{username}/.eclipse_keyring
Deleting that file solved the problem for me.