History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-2259
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Maxim Shafirov
Votes: 11
Watchers: 4
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

CVS - indicate which branch is being worked on

Created: 07 Feb 05 20:11   Updated: 21 Jul 06 20:36
Component/s: Version Control Integration. CVS
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-8354 Idea needs to show cvs revision/branc... Resolved


 Description  « Hide
http://www.intellij.net/tracker/idea/viewSCR?publicId=38692
I just saw a demo of Eclipse and it was VERY useful to know which branch is currently being worked on.

 All   Comments   Work Log   Change History      Sort Order:
David D. Kilzer - 23 Dec 05 02:01
This is a VERY IMPORTANT issue to resolve. It may belong as part of a User Interface enhancement, but developers need to know if they're working on a branch other than the HEAD branch when they open a workspace.

One development team where I work ended up checking in a mix of new code on both a HEAD branch (where it should have gone) and a production release branch (which should not have had any changes) over the course of a week because they didn't know which branch of code they were using when they sat down at the pairing stations. (They're using agile development methods.)

I realize that a simple check of the CVS/Tag file within the checked out directory would have told them which branch they were on (a line that starts with "N" is a branch name; a line that starts with "T" is a tag name), but IDEA's UI should tell them that without having to look at CVS/Tag!

See also IDEA-2221.