清除 Eclipse Subversion 密码
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/984773/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Clearing Eclipse Subversion password
提问by Luke
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?
Eclipse/Aptana 似乎记得我用来访问我的 SVN 存储库的密码。有没有办法清除存储的密码?
回答by Salvin Francis
just want to share, In windows 7 machine, the password is saved at:
只是想分享,在windows 7机器上,密码保存在:
C:\Users\[username]\AppData\Roaming\Subversion\auth\svn.simple
回答by Nikola Stjelja
Change the perspective to SVN Repository Exploring. Inside the SVN Repositoriesview, right click "Location properties... ". A dialog will open and on the first tab you will be able to change your username and password.
将视角更改为SVN Repository Exploring。在SVN Repositories视图中,右键单击“位置属性...”。将打开一个对话框,您可以在第一个选项卡上更改您的用户名和密码。
回答by nagesh
Delete file from svn.simple folder for that
为此从 svn.simple 文件夹中删除文件
Go to C:\Users[username]\AppData\Roaming\Subversion\auth\svn.simple
转到 C:\Users[用户名]\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.
如果 AppData 文件夹不可见,则单击 {username} 后然后转到 Tools-->FolderOptions-->View-->单击显示隐藏文件夹按钮。
回答by SCI
With eclipse 4.X on ubuntu you have to remove the file [eclipse install folder]/configuration/org.eclipse.core.runtime/.keyring
使用 ubuntu 上的 eclipse 4.X,您必须删除文件 [eclipse install folder]/configuration/org.eclipse.core.runtime/.keyring
回答by Sandeep Bhardwaj
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
并重新启动日食