Clearing Eclipse Subversion password

老子叫甜甜 提交于 2019-12-03 05:40:32

问题


Eclipse/Aptana seems to remember my password that I use to access my SVN repositories. Is there a way I can clear the stored passwords?


回答1:


just want to share, In windows 7 machine, the password is saved at:

C:\Users\[username]\AppData\Roaming\Subversion\auth\svn.simple



回答2:


Change the perspective to SVN Repository Exploring. Inside the SVN Repositories view, right click "Location properties... ". A dialog will open and on the first tab you will be able to change your username and password.




回答3:


Delete file from svn.simple folder for that

Go to C:\Users[username]\AppData\Roaming\Subversion\auth\svn.simple

After clicking {username} if AppData folder is not visible Then Go Tools-->FolderOptions-->View-->click on show hidden folders button.




回答4:


With eclipse 4.X on ubuntu you have to remove the file [eclipse install folder]/configuration/org.eclipse.core.runtime/.keyring




回答5:


Delete the below files

<Your eclipse installation path>\Eclipse\configuration\org.eclipse.core.runtime\.keyring

C:\Documents and Settings\<your user name>\Application Data\Subversion\auth\svn.simple

and restart the eclipse



来源:https://stackoverflow.com/questions/984773/clearing-eclipse-subversion-password

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!