SVN Switch with relocate in Eclipse

M. Faraz picture M. Faraz · Aug 8, 2011 · Viewed 31.3k times · Source

My question can be claimed to be an extension/similar to the question posted here.

basically, I need to do the same functionality using Eclipse plugin Subclipse. Subclipse has a functionality to "Switch branch/tag/revision", however, this is limited as it treats the new url as a repository and tries to compare them. I only wish to change the URL.

any ideas!

Answer

Vlad picture Vlad · Aug 8, 2011

From SVN Repository Exploring perspective right click on your project repository and choose Relocate.. from contextual menu:

enter image description here

It will bring up a confirmation windows showing you active projects which will be affected by relocation.