Environment Description:
- System: Mac OS X 10.10.1
- Ide:adt
- Plugins: Subversion
Because my SVN account has been failed to authenticate, so I am ready to delete the SVN account after re-entry password, but I searched the network for a long time did not find a solution, the online is a number of servers or Windows machine solutions, and there is no MAC solution, rare about Subversion Erase account on MAC does not take effect, finally found the relevant solution: In the user directory, delete the. eclipse_keyring file, and then restart Eclipse (Note: delete. eclipse_ Eclipse must be restarted after keyring file). For example: My Computer user name is Zhufu, then I should go to the following directory (Shell command line operations below)
cd /users/zhufu
And then executels -al
Show all hidden files, if found.eclipse_keyering
File to delete the file.
rm -f -r .eclipse_keyring
Finally, restart Eclipse to reenter the SVN username and password.
Clear Subversion user information on Windows please refer to the Reference link 2, thank you.
Reference Links:
Http://blog.sina.com.cn/s/blog_632dcf7501017arn.html
Http://blog.sina.com.cn/s/blog_6f67b91d010108n0.html
Eclipse Plugin Subversion clears user information