How to change user credentials in Subclipse?

前端 未结 7 1593
你的背包
你的背包 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条回答
  •  爱一瞬间的悲伤
    2021-02-03 22:54

    I struggled a lot on my Mac. Later found a simple solution.

    1) Go to preference enter image description here 2) Go to general and look for the security tab

    3) Go into the content section & look for the repository enter image description here

    4) Delete the repository. It will automatically restart.

    Alternatively, you can go to the secure_storage file under your home directory. Open it in the VI editor and remove the line for the corresponding repository. I would prefer the UI as it is simple.

    (~/.eclipse/org.eclipse.equinox.security/secure_storage)

提交回复
热议问题