Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change SVN Repository location in eclipse

Tags:

eclipse

svn

I want to update the SVN repository location of my existing project in eclipse.

This project was initially checked out from Trunk, but has been recently branched out. I have unchecked changes and now need to go into the branch, and they are lot of them so do not want to checkout from the branch and merge the changes. The SVN URL points to the trunk and I want to change it to one of the branch.

I cannot use RELOCATE options as I have read it can only be used to if the DOMAIN or IP has changed but not the directory.

Any Ideas please.

like image 459
Hell Boy Avatar asked Dec 13 '22 06:12

Hell Boy


1 Answers

Use svn switch without --relocate (see switching a working copy). In Eclipse: Team > Switch to another Branch/...

like image 82
Martti Käärik Avatar answered Dec 23 '22 03:12

Martti Käärik