Project
IntelliJ IDEA
Priority
Major
Type
Bug
Fix versions
No Fix versions
State
Reopened
Assignee
Irina Chernushina
Subsystem
Version Control. ClearCase
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Irina Petrovskaya
    4 years ago (16 Mar 2007 12:35)
  • Updated by   root
    2 years ago (17 Jan 2010 20:43)
  • Jira: IDEADEV-15338
    (history, comments)
 
IDEA-37587 ClearCase: package deleting fails in dynamic views
3
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.
Comments (5)
 
History
 
Linked Issues (?)
 
Michael Gerasimov
  Michael Gerasimov
05 Apr 2007 13:46
4 years ago
The porblem here is in IDEA <-> CCase's MVFS interactions. MVFS locks files and checkingout/uncheckingout does not help either.
Maxim Shafirov
  Maxim Shafirov
29 Sep 2007 17:58
4 years ago
Irina, please verify
Irina Petrovskaya
  Irina Petrovskaya
01 Oct 2007 14:02
4 years ago
7317: the problem still exists
Michael Gerasimov
  Michael Gerasimov
11 Oct 2007 17:29
4 years ago
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
  Dmitry Jemerov
11 Oct 2007 18:19
4 years ago
Exception has been fixed. ClearCase needs to handle deletion in dynamic views through LocalFileOperationsHandler.