March 24, 2007
TortoiseSVN Speed Up Tips
Collected from the web and the manual pages:
(updated 5th Feb 2008)
- Use FSFS for new repo's, it's faster and works on network shares
- Turn off overlays on network drives
- Doing a Cleanup of your working copy folders after ftp'ing down into your working copy (same files but different last modified timestamps)
- Exclude .svn folders from virus checkers
- Disable XP's "zipfolders" shell extension, you're using 7zip anyway right?
regsvr32 /u %windir%\\system32\\zipfldr.dll - Set your exclusions to omit useless files, archives and any other files that could accidentally get versioned, when they shouldn't.
*.bak *.zip *.7z Thumbs.db - Check "Don't fetch status for context menu option" on the Look & Feel page
Additional suggestions to help stop Explorer & Open/Save Dialog hangs
Under Settings > Icon Overlays:
- Uncheck "Unversioned Files Mark Parent As Modified"
- Uncheck everything under "Drive Types"
- Under "Include Paths" list only the folders of your working copies, e.g. for c:\projects\wc use c:\projects\wc\*. If you need an icon on "wc" you'll need to use c:\projects\*, but it will then search everything inside projects.
- All my working copies are in folders called source, so to generate the list to paste into this box I use the following at the command prompt: dir source /ad /s /b > folderlist.txt and then add the * to the end of each line.
If you're still getting shell lock-ups after trying all the above, commit all your changes to every project, delete every one of your working copies, make new folders and checkout into those. This finally fixed the lockups for me, so I guess working copies made with an older version of subversion were the problem (some of the working copies were first checked out almost 2 years ago).
Posted by Matt at March 24, 2007 11:59 AM
Fraggle Chitter Chatter
Have Your Say
The Great Hall
Historial Postcards
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
Ask Marjorie