Take Mac OS X as an example (Unix/linux similar)
Open the command-line window, which is the user's root directory (the user's home directory) CD ~ To enter the home directory.
Execute command ls-al will list all files and folders in the home directory where there will be a folder
. Subversion a folder that starts with a point is a hidden file, so it needs to be viewed at the command line, which is the cache file that holds the current user's SVN.
Enter the Auth directory, which holds the user's user name and password
CD. Subversion/auth
Execute Delete command
RM-RF * means to delete all files in this directory
Restart Eclipse to click the folder in Eclipse SVN or refresh directly will prompt you to re-enter the user name password
I test, the above method is available. It is also said that some of these methods do not work.
Another approach is to:
On the basis above the +home directory is deleted. eclipse_keyring, and then restart Eclipse. If a friend on the basis of the above is still no way, you can refer to my approach. The above methods are all from the Internet.
How do I switch accounts with the SVN (or svn) plugin of Eclipse under Mac?