eclipse中修改svn用户名和密码

  开发中有时候用公共的电脑提交一些代码,eclipse没有专门的切换svn账户的功能。查阅资料得出解决办法:

  1. 查看你的Eclipse 中使用的是什么SVN Interface 
    windows > preference > Team > SVN #SVN Interface (右侧中下方) 

  2. 如果是用的JavaHL, 找到以下目录并删除auth目录下的文件. 
    Windows 7
      C:\Users\"你的用户名"\AppData\Roaming\Subversion\auth\
    XP
      C:\Documents and Settings\"你的用户名"\Application Data(隐藏文件夹)\"Subversion\auth"  

  3. 如果你用的SVNKit, 找到以下目录并删除.keyring文件. 
    [eclipse ]"configuration"org.eclipse .core.runtime 

posted @ 2017-02-23 18:48  码出一片天  阅读(5844)  评论(0编辑  收藏  举报