Search code examples
eclipsesvnsubclipsesvn-switch

SVN Switch with relocate in Eclipse


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!


Solution

  • 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.