
| Key: |
IDEABKL-2259
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Maxim Shafirov
|
| Votes: |
11
|
| Watchers: |
4
|
|
Available Workflow Actions
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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...
|
|
|
|
|
|
|
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.