intellij idea svn合并分支方法

来源:互联网 发布:linux sudo log 编辑:程序博客网 时间:2024/06/06 17:37

合并分支做法

intellij idea合并分支的正确做法是,

version control—->subversion working copied information——>merge from—–>配置分支的地址—->选择merge all
svn会自动筛选出本分支没有的版本,也可以选择manually select quick,手动选择,不过推荐merge all,因为这种svn会自动筛选出没有合并的分支。

这里写图片描述

补充

网上很多帖子都是使用integrating project方法来合并svn,但是看官方文档,好像这种方法是比较两个文件夹的不同,并将当前版本替换为指定版本,并不符合需求。

You may need to integrate your local version of a project into a certain revision of that project in the repository.

所以,合并分支,请使用merge from

原创粉丝点击