|
Accueil - TortoiseSVN optimization tip
Created :
Last modified : TortoiseSVN optimization tip![]() If you work with TortoiseSVN on Windows, you've probably noticed that its process TortoiseSVNCache.exe does a lot of unexpected disk I/O. The reason is that TortoiseSVNCache.exe is used to render icons overlays in Windows Explorer. So each folder and all its sub-folders are, by default, recursively scanned to display their corresponding SVN status icon overlay. A setting exists to set which folders TortoiseSVN is allowed to scan. You will of course set it to only scan the folders that contain local copies of SVN repositories. As we all know this is often only two or three work folders on the filesystem.
TortoiseSVN will no more caches icon overlays on unappropriated filesystem folders. I've found this tip after a little googling on a blog post followed by reading the documentation on the official TortoiseSVN website. CommentsLeave a comment |
||
| wordpress rss rss français rss english xhtml 1.1 css 2.0 wdg |
That’s the very first thing I do when installing TortoiseSVN on a machine