eclipse 如何在 subclipse 中更改我的 SVN 帐户

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3943144/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 15:11:56  来源:igfitidea点击:

How do I change my SVN account in subclipse

eclipsesvnsubclipse

提问by Aaron

I am running eclipse Version: 3.5.2 Build id: M20100211-1343 with the subclipse plugin 1.6.4 I have saved my password, but now I need to change the account I connect with.

我正在运行 eclipse 版本:3.5.2 构建 ID:M20100211-1343 和 subclipse 插件 1.6.4 我已经保存了我的密码,但现在我需要更改我连接的帐户。

How do I do that?

我怎么做?

My coworker has Version: Helios Release Build id: 20100617-1415 and subclipse 1.6.14 but no Application data folder.

我的同事有版本:Helios Release Build id:20100617-1415 和 subclipse 1.6.14,但没有应用程序数据文件夹。

Where might subclipse hide its config data if there is no Application Data folder?

如果没有 Application Data 文件夹,subclipse 可能在哪里隐藏其配置数据?

回答by Michael Goldshteyn

I think you need to clean the Subversion credentials storage:

我认为您需要清理 Subversion 凭据存储:

~/.subversion/auth on Linux and OSX
USER_HOME\Application Data\Subversion\auth\svn.simple directory on Windows

~/.subversion/auth 在 Linux 和 OSX 上
USER_HOME\Application Data\Subversion\auth\svn.simple 目录在 Windows 上

You may also want to read the excellent article on changing credentials here:

您可能还想在此处阅读有关更改凭据的优秀文章:

Changing subclipse credentials on Windows
Changing subclipse credentials on Linux/OSX[Under 1.7 (Usernames and Passwords)]

在 Windows 上
更改 subclipse 凭据 在 Linux/OSX更改 subclipse 凭据[在 1.7 下(用户名和密码)]

回答by esharp

On Ubuntu the files in ~/.subversion/auth/svn.ssl.server were just trusted SSL certs. You want to locate a file called .keyring (mine was eclipse/configuration/org.eclipse.core.runtime/.keyring) and delete that- next time you try to interact with your SVN repo you will be prompted for your credentials.

在 Ubuntu 上, ~/.subversion/auth/svn.ssl.server 中的文件只是受信任的 SSL 证书。您想找到一个名为 .keyring 的文件(我的是 eclipse/configuration/org.eclipse.core.runtime/.keyring)并删除它 - 下次尝试与 SVN 存储库交互时,系统会提示您输入凭据。

Referenced from: http://subclipse.tigris.org/wiki/PluginFAQ#head-d507c29676491f4419997a76735feb6ef0aa8cf8

参考自:http: //subclipse.tigris.org/wiki/PluginFAQ#head-d507c29676491f4419997a76735feb6ef0aa8cf8