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

Key: IDEADEV-15338
Type: Bug Bug
Status: Reopened Reopened
Priority: Major Major
Assignee: Michael Gerasimov
Reporter: Irina Petrovskaya
Votes: 2
Watchers: 2
Operations

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

ClearCase: package deleting fails in dynamic views

Created: 16 Mar 07 11:35   Updated: 06 Nov 08 23:16
Component/s: Version Control Integration. ClearCase
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEADEV-22707 Cannot delete a package under ClearCase Normal Resolved

Build: 6,762
Fixed in build: 7,316


 Description  « Hide
on attempt to delete the package with files fails with 'cannot delete r/o file' message if the files and folder are not checked out;
if they are checked out before deleting, the deleteing fails with ioexception - cannot delete folder. The folder stays locally, the files are removed and have status 'checked out but removed' in CC.

 All   Comments   Work Log   Change History      Sort Order:
Michael Gerasimov - 05 Apr 07 12:46
The porblem here is in IDEA <-> CCase's MVFS interactions. MVFS locks files and checkingout/uncheckingout does not help either.

Maxim Shafirov - 29 Sep 07 16:58
Irina, please verify

Irina Petrovskaya - 01 Oct 07 13:02
7317: the problem still exists

Michael Gerasimov - 11 Oct 07 16:29
PsyDirectoryImpl, line 662, just IOException.

AWT-EventQueue-1@6a2, priority=6, in group 'Idea Thread Group', status: 'RUNNING'
delete():665, PsiDirectoryImpl.java
run():188, DeleteHandler.java
compute():664, ApplicationImpl.java
postponeFormattingInside():81, PostprocessReformattingAspect.java
runWriteAction():662, ApplicationImpl.java
run():185, DeleteHandler.java
executeCommand():85, CommandProcessorImpl.java
executeCommand():62, CommandProcessorImpl.java
deletePsiElement():130, DeleteHandler.java
deleteElement():857, ProjectViewImpl.java
actionPerformed():22, DeleteAction.java
processAction():412, IdeKeyEventDispatcher.java
inInitState():338, IdeKeyEventDispatcher.java
dispatchKeyEvent():143, IdeKeyEventDispatcher.java
_dispatchEvent():455, IdeEventQueue.java
dispatchEvent():355, IdeEventQueue.java
pumpOneEventForFilters():273, EventDispatchThread.java
pumpEventsForFilter():183, EventDispatchThread.java
pumpEventsForHierarchy():173, EventDispatchThread.java
pumpEvents():168, EventDispatchThread.java
pumpEvents():160, EventDispatchThread.java
run():121, EventDispatchThread.java


Dmitry Jemerov - 11 Oct 07 17:19
Exception has been fixed. ClearCase needs to handle deletion in dynamic views through LocalFileOperationsHandler.