开发者

Howto create a branch from tag in CVS with intelliJ

开发者 https://www.devze.com 2023-02-14 09:14 出处:网络
I checked a specific tag representing some release from CVS using intelliJ Idea 9.0. Now I made few fixes to the code and want to create a branch for the same release starting from this tag. So what I

I checked a specific tag representing some release from CVS using intelliJ Idea 9.0. Now I made few fixes to the code and want to create a branch for the same release starting from this tag. So what I want to do is exactly this: Start branch (before I commit my changes it will be the same as the tag) and keep th开发者_运维知识库e tag as it is for reference.

I wonder if command CVS -> Create branch on the project root in IntelliJ will do the trick. I went through the official IntelliJ doc but it's still unclear to me if the branch will be created from the currently checked out tag.


Yes, Create branch should work as you expect.

0

精彩评论

暂无评论...
验证码 换一张
取 消