Windows Explorer icons in TortoiseSVN take a long time to refresh to correct state

后端 未结 14 1029
说谎
说谎 2020-12-08 12:53

After I commit files, the icons stay on either modified or waiting for commit for a long time. Is there any way to force a refresh to ensure that the icon that I am seeing

14条回答
  •  [愿得一人]
    2020-12-08 13:32

    You can try this:

    TortoiseSVN -> Settings -> Icon Overlay, set Status Cache to 'Shell' instead of 'Default'

    Ref. to the Help.

    Shell Caching is done directly inside the shell extension DLL file, but only for the currently visible folder. Each time you navigate to another folder, the status information is fetched again.

    Advantage: needs only very little memory (around 1 MB of RAM) and can show the status in real time.

    Disadvantage: Since only one folder is cached, the overlays don't show the status recursively. For big working copies, it can take more time to show a folder in explorer than with the default cache. Also the mime-type column is not available.

提交回复
热议问题