How can I change the SVN URL in Visual Studio

RNON picture RNON · Feb 19, 2011 · Viewed 11.9k times · Source

In my office, I have a working repository, where I am able to work on my laptop to modify files and commit them to that repository. I am using a local URL for this, which points directly to the PC containing the repository. Additionally, we published this repository for external users as well, so they are able to make changes to the repository without being on our local network. All is working fine there. However, my laptop which normally using the local connection, now needs to be moved to one of those external locations. I would like to be able to change the URL in my solution in Visual Studio, without having to 'create project from SVN'

Answer

Divakar Gujjala picture Divakar Gujjala · Mar 24, 2014

Navigate to View -> Pending Changes.

You can see the Pending Changes prompt at the bottom.Then Select the drop down on the top right and select other option. Provide the new URL and click on OK button.

Done!