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

Key: IDEABKL-5330
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Michael Gerasimov
Reporter: Sergei Ivanov
Votes: 1
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

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

Add an option to hide obsolete branches in the file history

Created: 05 Jun 07 13:01   Updated: 15 Nov 07 20:17
Component/s: Version Control Integration. ClearCase
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,981
Severity: Medium


 Description  « Hide
Please make it possible to not show any obsolete branches in the file history.
Again, like requested in IDEA-13075, please provide a default setting and a possibility to override it in the history window.

 All   Comments   Work Log   Change History      Sort Order:
Sergei Ivanov - 07 Jun 07 17:25
Unfortunately, I realised that ClearCase does not provide an option to filter out obsolete branches/revisions in the element history.
I originally thought: "If version tree can filter out obsolete branches, why can't history?"
You can still query the status of a branch using 'lstype' command, like in the example below:
cleartool> lstype brtype:common_v13.0.0_integration_20050928 brtype:common_v12.1.2_bugfixes_sgp
28-Sep-2005    leadbeam    branch type "common_v13.0.0_integration_20050928" (obsolete)
02-Jun-2005    hafezas     branch type "common_v12.1.2_bugfixes_sgp" (locked)
cleartool>

So, theoretically, it is possible to query branch status after receiving the history and do the filtering inside the plugin. However, I am not sure whether it's practical.