差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

tech:tortoisesvn_icon [2015/08/31 16:44] – 建立 jonathantech:tortoisesvn_icon [2015/08/31 16:46] (目前版本) jonathan
行 1: 行 1:
 +====== TortoiseSVN 在 Windows 的 ICON 消失解決方式 ======
 +主要是因為 Windows 對 [[http://tortoisesvn.tigris.org/faq.html#ovlnotshowing|Overlay Icons 有限制 15 個的問題(其中 Windows 會使用 4 個)]], 因此當安裝 Dropbox , GoogleDrive, TortoiseCVS.... 只要會有 Overlay Icons 的軟體當出現在第 15 個以後就會出現這問題.
  
 +===== 解決方式 =====
 +  * 透過 regedit 編輯 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ShellIconOverlayIdentifiers
 +{{:tech:svn_icon1.png?800}}
 +  * 將前面的 Dropbox 改成 z_ 開頭, 就會跑到後面.. 讓 Tortoise 移到前面
 +{{:tech:svn_icon2.png?800}}
 +{{:tech:svn_icon3.png?800}}
 +
 +
 +===== 參考網址 =====
 +  * [[http://stackoverflow.com/questions/1057734/tortoisesvn-icons-not-showing-up-under-windows-7|TortoiseSVN icons not showing up under Windows 7]]
 +
 +{{tag>svn TortoiseSVN}}