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

Key: IDEADEV-12525
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Michael Gerasimov
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

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

VSS: Show History does not work

Created: 30 Nov 06 14:41   Updated: 14 Dec 06 20:30
Component/s: Version Control Integration. VSS
Fix Version/s: Demetra 6.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,112
Fixed in build: 6,135
Severity: Medium


 Description  « Hide
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".

 All   Comments   Work Log   Change History      Sort Order:
Irina Petrovskaya - 05 Dec 06 11:22
tis problem may appear due to 'non-standard' date/time format. For example, if '/' is used as separator in short date.

Stephen Friedrich - 05 Dec 06 13:03
'non-standard' format where?

I am in german locale. In MS VSS Explorer date/time shows like "22.11.06 21:11".


Michael Gerasimov - 05 Dec 06 15:59
This problem has been solved today.

Stephen Friedrich - 14 Dec 06 20:30

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)