Home > Back-end >  How eclipse in different workspaces with SVN account
How eclipse in different workspaces with SVN account

Time:10-15

Now I have two projects in different working space with different SVN account, but after one of the working space SVN log, another workspace is logged in, or use the same SVN account, do you have any solution??

CodePudding user response:

Time to March 5, 2020 10:18:26, SVN in the IDE plug-ins, or not to support multiple account configuration,
Change working space is not enough, because is the IDE used the same set of plug-in configuration,
1, delete the SVN configuration directory configuration files, on a visit to svnurl will prompt you to enter a new password,
2, to install a set of IDE (I usually use the portable version of the Eclipse), so that you can use two SVN service at the same time, but may have to deal with some port conflict,

Delete the old method of configuration file, refer to post on the second floor of answer: https://ask.csdn.net/questions/187078
  • Related