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

Key: IDEADEV-21335
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Michael Gerasimov
Reporter: Evgeny Goldin
Votes: 1
Watchers: 1
Operations

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

Obsolete activities are still displayed in IDEA

Created: 19 Sep 07 16:18   Updated: 06 Dec 07 18:50
Component/s: Version Control Integration. ClearCase
Fix Version/s: Selena 7.0.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. 1.png
(40 kb)

2. 2.png
(16 kb)

3. 3.png
(23 kb)

4. 4.png
(13 kb)
Environment: WinXP SP2
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEADEV-22886 ClearCase: activities marked as obsol... Normal Resolved

Build: 7,274
Fixed in build: 7,556


 Description  « Hide
I work in the same CC view for a long time and have different activities used all the time. When I done dealing with activity and submit the files I mark it as "Obsolete" (1.png) so that it doesn't appear in "Check In" window of ClearCase (2.png).

But IDEA still displays all of them in the "Local Changes" panel (3.png) and "Commit Changes" (4.png) window.



 All   Comments   Work Log   Change History      Sort Order:
Michael Gerasimov - 18 Oct 07 15:32
I think it is not a good idea for an IDEA to delete changelists by itself. Will it be enough if I decorate obsolete changelists (activities) somehow and you will be able to see them and react correspondingly (that is delete manually)?

Evgeny Goldin - 20 Oct 07 19:22
I was thinking that "Obsolete" activities are not deleted, they could be simply not displayed in 3.png and 4.png.

Evgeny Goldin - 21 Oct 07 13:54
Btw, you've just released version 7 and already working on issues ? Aren't you celebrating or something ?

Michael Gerasimov - 22 Oct 07 11:24
To remove obsolete activities (change lists) I have to know several things - their status (now I can do that) and understand that there are no files checked out with them (this is possible) and probably smth else ClearCase-related. From the IDEA side there may be files in that changelist, e.g. move to it manually. All this makes unclear what to do with them. Computing whether there are checked out files in that activity means running additional cleartool commands which is simply BAD. So right now I'm in doubts how to do that perfectly .

Evgeny Goldin - 22 Oct 07 12:24
Ok, I was thinking that it's more trivial than it's really is, as it follows from your description.
May be a checkbox "Hide Obsolete" (which isn't checked by default) may appear in 3.png/4.png ? If one checks it - the progress dialog will appear saying something like "Verifying no check outs" and after it's done - the obsolete activities will not be displayed. If it's unchecked - they'll appear back right away.

Just an idea ..