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

Key: IDEADEV-12126
Type: Performance Problem Performance Problem
Status: Open Open
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Irina Petrovskaya
Votes: 0
Watchers: 0
Operations

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

File History should be updated on changelists change, not by timer

Created: 22 Nov 06 10:58   Updated: 06 Nov 08 23:27
Component/s: Version Control Integration
Fix Version/s: Undefined

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

Build: 6,562


 Description  « Hide
for some reasons the ss history command is invoked multiple times when the history view is kept open. For example, invoke ShowHistory for some file. view appears. look at log file while the view is open:
2006-11-22 10:53:21,840 [2403594] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" Cp $/jdk/jdk
2006-11-22 10:53:22,887 [2404641] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" History $/jdk/jdk/com/sun/corba/se/org/omg/CORBA/ORB.java -I-Y
2006-11-22 10:53:31,840 [2413594] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" Cp $/jdk/jdk
2006-11-22 10:53:32,887 [2414641] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" History $/jdk/jdk/com/sun/corba/se/org/omg/CORBA/ORB.java -I-Y
2006-11-22 10:53:41,840 [2423594] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" Cp $/jdk/jdk
2006-11-22 10:53:42,887 [2424641] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" History $/jdk/jdk/com/sun/corba/se/org/omg/CORBA/ORB.java -I-Y
2006-11-22 10:53:51,856 [2433610] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" Cp $/jdk/jdk
2006-11-22 10:53:52,887 [2434641] INFO - ssSupport.commands.VSSExecUtil - "Z:\Program Files\Microsoft Visual Studio\VSS\win32\SS.EXE" History $/jdk/jdk/com/sun/corba/se/org/omg/CORBA/ORB.java -I-Y
etc

 All   Comments   Work Log   Change History      Sort Order:
Irina Petrovskaya - 22 Nov 06 11:04
this fact causes the issue with focus losing and the performance problems

Dmitry Jemerov - 22 Sep 07 19:31
The refresh by timer has already been disabled for VSS, and it works well enough for other source control systems.