How to change user credentials in Subclipse?

前端 未结 7 1578
你的背包
你的背包 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:19

    You will find password files at: disk:\Documents and Settings\your_username\Application Data\Subversion\auth\svn.simple\

    Remove the files and refresh the repository. Subclipse will prompt you to enter username and password for your repository.

    0 讨论(0)
提交回复
热议问题