How to change user credentials in Subclipse?

前端 未结 7 1600
你的背包
你的背包 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 23:15

    As I'm using Subversive, I can't check this, but it should be something along these lines:

    1. Go to the Preferences screen
    2. Under Team, SVN, select Password management
    3. Remove the stored authentication data for the desired repository

    You can also do it from your Subversion client, as the authentication data is stored in the .svn folders.

提交回复
热议问题