简体   繁体   English

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

[英]How do I change my SVN account in subclipse

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使用subclipse插件构建id:M20100211-1343 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但没有Application数据文件夹。

Where might subclipse hide its config data if there is no Application Data folder? 如果没有Application Data文件夹,subclipse可能会隐藏其配置数据吗?

I think you need to clean the Subversion credentials storage: 我认为您需要清理Subversion凭据存储:

~/.subversion/auth on Linux and OSX Linux和OSX上的〜/ .subversion / auth
USER_HOME\\Application Data\\Subversion\\auth\\svn.simple directory on Windows Windows上的USER_HOME \\ Application Data \\ Subversion \\ auth \\ svn.simple目录

You may also want to read the excellent article on changing credentials here: 您可能还想阅读有关更改凭据的优秀文章:

Changing subclipse credentials on Windows 在Windows上更改subclipse凭据
Changing subclipse credentials on Linux/OSX [Under 1.7 (Usernames and Passwords)] 在Linux / OSX上更改subclipse凭据 [在1.7(用户名和密码)下]

On Ubuntu the files in ~/.subversion/auth/svn.ssl.server were just trusted SSL certs. 在Ubuntu上,〜/ .subversion / auth / svn.ssl.server中的文件只是受信任的SSL证书。 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. 您想要找到一个名为.keyring的文件(我的是eclipse / configuration / org.eclipse.core.runtime / .keyring)并删除它 - 下次当您尝试与SVN repo交互时,系统将提示您输入凭据。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM