subversion server name change with ankhsvn

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.

Upvotes: 2

Views: 4397

Answers (2)

dpac
dpac

Reputation: 155

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

Upvotes: 5

AntonyW
AntonyW

Reputation: 2414

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

Upvotes: 5

Related Questions