简体   繁体   English

在eclipse中更改SVN存储库位置

[英]Change SVN Repository location in eclipse

I want to update the SVN repository location of my existing project in eclipse. 我想在eclipse中更新现有项目的SVN存储库位置。

This project was initially checked out from Trunk, but has been recently branched out. 这个项目最初从Trunk检出,但最近已经扩展。 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. SVN URL指向主干,我想将其更改为其中一个分支。

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. 我不能使用RELOCATE选项,因为我已经读过它只能用于DOMAIN或IP已更改但不是目录。

Any Ideas please. 请任何想法。

Use svn switch without --relocate (see switching a working copy ). 使用不带--relocate svn switch (请参阅切换工作副本 )。 In Eclipse: Team > Switch to another Branch/... 在Eclipse中:团队>切换到另一个分支/ ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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