2

IT has moved the location of the svn server to a different box. As a result all the source control paths need changed. I can't find where to do it in VS2010+AnkSvn. The change source control dialog (File-Subversion-Change Source Control) lists the SCC binding URL, but as a read-only value and doesn't appear to provide any way to change it.

2 Answers2

5

I think it's the "Switch solution" button on the Pending Changes toolbar. Press it, enter the new URL and press OK.

AntonyW
  • 2,284
  • 16
  • 21
  • Also you can right click on solution or project and on the Subversion menu the option "switch project" is available. –  May 22 '12 at 09:23
5

Right click on project in VS, goto subversion and select 'switch project'. here you can change your svn server.

dpac
  • 145
  • 4
  • 12