Workflow for multiple SVN branches in IntelliJ IDEA

谁说我不能喝 提交于 2019-12-04 04:27:01
chalimartines

I have the best experience with

Creating a separate IntelliJ project per branch

Pros

  • Very quick switch between branches.
  • You can have open more branches in same time.

Cons

  • You have to setup idea project for every branch.
  • Usable only for limited count of branches.

I have one project for trunk version and other project for current production version. When you have more branches then two, first option is better idea I think.

There is one feature keeping the "Creating a (or multiple < all modules) module per branch in a single project" approach from being more viable than the other.

There is a forum post at jetbrains discussing the worth of this feature. Maybe this feature can get raised by the community itself requesting for it.

The request is for a "label decoration configuration" in the project view. I'm still searching an issue in youtrack dashboard to vote for this feature. Maybe I'll add one in the future.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!