`
haking
  • 浏览: 262360 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

删除subclipse的用户

 
阅读更多
删除subclipse的用户
Win7  删除C:\Users\alfred\AppData\Roaming\Subversion\auth\svn.simple (alfred是系统用户名)
XP      删除C:\Documents and Settings\alfred\Application Data\Subversion\auth\svn.simple
mac    删除~/.subversion/auth/svn.simple,删除home目录下删.eclipse_keyring
删除之后,下次连接svn时就会要求输入密码了。
 

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

 

Subclipse does not collect or store username and password credentials when defining a repository. This is because the JavaHL and SVNKit client adapters are intelligent enough to prompt you for this information when they need to -- including when your password has changed.

You can also allow the adapter to cache this information and a common question is how do you delete this cached information so that you can be prompted again? We have an open request to have an API added to JavaHL so that we could provide a UI to do this. Currently, you have to manually delete the cache. The location of the cache varies based on the client adapter used.

JavaHL caches the information in the same location as the command line client -- in the Subversion runtime configuration area. On Windows this is located in %APPDATA%\Subversion\auth. On Linux and OSX it is located in ~/.subversion/auth. Just find and delete the file with the cached information.

SVNKit caches information in the Eclipse keyring. By default this is a file named .keyring that is stored in the root of the Eclipse configuration folder. Both of these values can be overriden with command line options. To clear the cache, you have to delete the file. Eclipse will create a new empty keyring when you restart.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics