IDEA-21141 (Flaky synchronization after svn operations). Refresh files in VFS non...
commitd3c04b115e196593adb36e32d3efa697300b2bd5
authorIrina Chernushina <Irina.Chernushina@jetbrains.com>
Tue, 16 Dec 2008 13:12:41 +0000 (16 16:12 +0300)
committerIrina Chernushina <Irina.Chernushina@jetbrains.com>
Tue, 16 Dec 2008 13:12:41 +0000 (16 16:12 +0300)
tree1453f85c00014a030a78641d738ff68afbb327c9
parent262b8ee87d730baaa09803657e531a44556b28c9
IDEA-21141 (Flaky synchronization after svn operations). Refresh files in VFS non-recursively after update, so that they are guaranteed to be refreshed
vcs-api/src/com/intellij/openapi/vcs/update/FileGroup.java
vcs-impl/src/com/intellij/openapi/vcs/update/AbstractCommonUpdateAction.java
vcs-impl/src/com/intellij/openapi/vcs/update/RefreshVFsSynchronously.java [new file with mode: 0644]
vcs-impl/src/com/intellij/openapi/vcs/update/UpdateFilesHelper.java