intellij idea svn合并分支方法

https://blog.csdn.net/wangjun5159/article/details/78133963

合并分支做法

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


猜你喜欢

转载自blog.csdn.net/liyanlei5858/article/details/80777908