如何更换svn账号密码
1、查看svn接口
2、删除配置文件
- 接口为JavaHL
删除C:\Documents and Settings[username]\AppData\Roaming\Subversion\auth 目录下的对应文件
注:如果删除所有账号信息,则将目录auth删除
- 接口为SVNKit
删除[eclipse]\configuration\org.eclipse.core.runtime.keyring
本文详细介绍如何通过删除配置文件的方式更换SVN的账号密码。包括两种不同接口下的操作步骤:JavaHL 和 SVNKit。针对JavaHL 接口,需要删除位于 C:DocumentsandSettings[username]AppDataRoamingSubversionauth 目录下的相关文件;对于 SVNKit 接口,则要删除 [eclipse]configurationorg.eclipse.core.runtime.keyring 中的文件。
删除C:\Documents and Settings[username]\AppData\Roaming\Subversion\auth 目录下的对应文件
注:如果删除所有账号信息,则将目录auth删除
删除[eclipse]\configuration\org.eclipse.core.runtime.keyring

被折叠的 条评论
为什么被折叠?