Reputation: 8341
I have a project in VS2012 that used to be maintained on a dedicated SVN server. This server no longer exists and now I would like to commit the project to my local SVN repository.
I have Visual SVN and Tortise SVN tools installed on my machine.
How do I go about switching my SVN repository location?
Upvotes: 2
Views: 32
Reputation: 5163
You can use SVN relocated
. Avalible via TortoiseSVN context menu.
Just specify the new repositorypath and commit.
Upvotes: 1
Reputation: 516
This should help. It is for 2010 but I think from looking at my 2012 installation that the procedure is close http://msdn.microsoft.com/en-us/library/ms181375(v=vs.100).aspx
Upvotes: 1