|
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 |
I am in german locale. In MS VSS Explorer date/time shows like "22.11.06 21:11".
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)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.