Ipsquiggle
Ipsquiggle

Reputation: 1856

Updating the repository location for an existing SVN checkout

Consider the scenario of an SVN server with a dynamic IP: I check out a repository from svn://192.168.1.10/Repo. Then I make a bunch of changes. Meanwhile, the IP on the server has rolled and it's now located at svn://192.168.1.12/Repo. How can I tell my existing checkout to update from/commit to that location?

Answer using TortoiseSVN would be preferred, but I can hold my own on the command prompt if needs be.

Upvotes: 3

Views: 1696

Answers (1)

Kornel Kisielewicz
Kornel Kisielewicz

Reputation: 57615

Right-click on root folder and choose Relocate in TortoiseSVN options.

Upvotes: 4

Related Questions