How to change user credentials in Subclipse?

前端 未结 7 1665
你的背包
你的背包 2021-02-03 22:15

I am using Subclipse (Subversion integration in Eclipse). I now want to change the user credentials in subclipse. How do I do that? That is to login into subversion using anothe

7条回答
  •  萌比男神i
    2021-02-03 23:07

    If you want to flush the existing credentials, then look at this answer in the subversion wiki:

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

    If you're trying to checkout a repository under a specific username, but the repository is available read-only under a guest account, then there is no solution - you will have to do the checkout using the command line tool. Even TortoiseSVN does not support this use-case.

提交回复
热议问题