您的位置:首页 > 其它

intellij idea svn合并分支方法

2017-09-29 15:05 190 查看

合并分支做法

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  idea intellij idea svn