Indication of the used version control tag/branch

I'm new to IntelliJ IDEA and I haven't found any indication for a file / path to which version control tag or branch the current checkout belongs. I'm using CVS.
In Eclipse the version tag or branch is shown right of the file / path name in the project explorer.
Is there an equivalent feature in IDEA?

Thanks in advance,
Helge Walter

0

Hello Helge,

No, there is no such feature in IDEA for CVS. The feature does exist for
more modern version control systems such as Git.

I'm new to IntelliJ IDEA and I haven't found any indication for a file
/ path to which version control tag or branch the current checkout
belongs. I'm using CVS.

In Eclipse the version tag or branch is shown right of the file / path
name in the project explorer.

Is there an equivalent feature in IDEA?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

At last, I wrote my own plug in which introduces this functionality.
See CVSInfo plug in http://plugins.jetbrains.com/plugin/?null&pluginId=7169.

So the currently associated sticky tag is shown in the project view. It is equivalent to the display in Eclipse.

0

请先登录再写评论。