简体   繁体   中英

Change SVN Repository location in eclipse

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM