Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Reopened
Assignee
Irina Chernushina
Subsystem
Version Control. VSS
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Stephen Friedrich
    5 years ago (30 Nov 2006 15:41)
  • Updated by   root
    2 years ago (17 Jan 2010 20:38)
  • Jira: IDEADEV-12525
    (history, comments)
 
IDEA-35730 VSS: Show History does not work
1
Issue is visible to: All Users
  The issue is visible to the selected user group only
Same thing for all my files:
A dialog appears with title "Could Not Load File History" and message "File is not in the repository or has been deleted".
Comments (6)
 
History
 
Linked Issues (?)
 
Irina Petrovskaya
  Irina Petrovskaya
05 Dec 2006 12:22
5 years ago
tis problem may appear due to 'non-standard' date/time format. For example, if '/' is used as separator in short date.
Stephen Friedrich
  Stephen Friedrich
05 Dec 2006 14:03
5 years ago
'non-standard' format where?

I am in german locale. In MS VSS Explorer date/time shows like "22.11.06 21:11".
Michael Gerasimov
  Michael Gerasimov
05 Dec 2006 16:59
5 years ago
This problem has been solved today.
Stephen Friedrich
  Stephen Friedrich
14 Dec 2006 21:30
5 years ago
:-( :-( :-(

Still no luck for me in 6137
Getting these:
com.intellij.openapi.vcs.VcsException: File is not in the repository or has been deleted
        at com.intellij.vssSupport.VssFileHistoryProvider.createSessionFor(VssFileHistoryProvider.java:92)
        at com.intellij.openapi.vcs.impl.AbstractVcsHelperImpl.showFileHistory(AbstractVcsHelperImpl.java:220)
        at com.intellij.openapi.vcs.actions.TabbedShowHistoryAction.actionPerformed(TabbedShowHistoryAction.java:23)
        at com.intellij.openapi.vcs.actions.AbstractVcsAction.actionPerformed(AbstractVcsAction.java)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:4)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:50)
        at com.intellij.ui.plaf.beg.BegMenuItemUI.a(BegMenuItemUI.java:232)
        at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:156)
        at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:7)
        at java.awt.Component.processMouseEvent(Component.java:6038)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
        at java.awt.Component.processEvent(Component.java:5803)
        at java.awt.Container.processEvent(Container.java:2058)
        at java.awt.Component.dispatchEventImpl(Component.java:4410)
        at java.awt.Container.dispatchEventImpl(Container.java:2116)
        at java.awt.Component.dispatchEvent(Component.java:4240)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
        at java.awt.Container.dispatchEventImpl(Container.java:2102)
        at java.awt.Window.dispatchEventImpl(Window.java:2429)
        at java.awt.Component.dispatchEvent(Component.java:4240)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:100)
        at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:63)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:166)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Serge Baranov
  Serge Baranov
25 Jun 2009 15:49
2 years ago
This issue still occurs in IDEA 8.1.3:

-06-25 12:45:24,540 [14446914]   INFO - j.vssSupport.VssChangeProvider - -- ChangeProvider| New: 0, modified: 0, hijacked:1, obsolete: 0, ignored: 0 
2009-06-25 12:45:29,181 [14451555]   INFO - vcs.impl.AbstractVcsHelperImpl - File is not in the repository or has been deleted  
com.intellij.openapi.vcs.VcsException: File is not in the repository or has been deleted 
	at com.intellij.vssSupport.VssFileHistoryProvider.createSessionFor(VssFileHistoryProvider.java:144)
	at com.intellij.openapi.vcs.impl.AbstractVcsHelperImpl.showFileHistory(AbstractVcsHelperImpl.java:118)
	at com.intellij.openapi.vcs.actions.TabbedShowHistoryAction.actionPerformed(TabbedShowHistoryAction.java:8)
	at com.intellij.openapi.vcs.actions.AbstractVcsAction.actionPerformed(AbstractVcsAction.java:7)
	at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:17)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
	at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:41)
	at com.intellij.ui.plaf.beg.BegMenuItemUI.a(BegMenuItemUI.java:65)
	at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:129)
	at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:5)
	at java.awt.Component.processMouseEvent(Component.java:6134)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
	at java.awt.Component.processEvent(Component.java:5899)
	at java.awt.Container.processEvent(Container.java:2023)
	at java.awt.Component.dispatchEventImpl(Component.java:4501)
	at java.awt.Container.dispatchEventImpl(Container.java:2081)
	at java.awt.Component.dispatchEvent(Component.java:4331)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
	at java.awt.Container.dispatchEventImpl(Container.java:2067)
	at java.awt.Window.dispatchEventImpl(Window.java:2458)
	at java.awt.Component.dispatchEvent(Component.java:4331)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:35)
	at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:223)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:217)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Serge Baranov
  Serge Baranov
25 Jun 2009 19:56
2 years ago
Status update:

The issue is caused by the localized output of the vss client which is not recognized by the parser in IDEA (which expects the output to be in English, not in German like in case of the above reports).

We'll try to update our parser so that it doesn't depend on the vss client locale.