乌龟 svn 文件夹图标不来
我一直遇到乌龟的问题。
当我检查代码时,文件夹上通常为绿色或红色的乌龟图标不会出现。有什么解决方案吗???
提前致谢。
I have been experiencing a problem with tortoise .
when i checked out the code the tortoise icons usually green or red on the folders are not coming.Any solution???
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
1 - 检查您的 TortoiseSVN 设置是否正确
在 SVN 文件夹中右键单击>>>乌龟SVN>>设置
选择图标叠加:
1.状态缓存恢复默认
2. 驱动器类型:(选择) 网络驱动器、固定驱动器
2 - 查看 Windows 中是否安装了太多图标集
Window 最多允许 11 个图标集,如果安装了其他程序(如 DropBox),它们将劫持那些地方
由于我们在注册表中工作,请小心不要编辑内容,除非您确定!
HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/WINDOWS/EXPLORER/ShellIconOverlayIdentifiers
:: 就我而言,这是因为 DropBox - 文件夹名称为 ("DropboxExt1","DropboxExt2") 而我的 Tortoise 名为 (1TortoiseNormal,2TortoiseModified)
--问题是 Windows 读取此内容并根据字母数字顺序启用它们(“”位于字母数字堆栈中的“1”之前)
解决方案:如果您遇到与我相同的问题,您只需重命名 Dropbox 注册表列表即可。我将 Dropbox 列表从 ('"DropboxExt1"') 重命名为 ('X"DropboxExt1"'),只需在注册表的开头添加一个 'X'。
>> 重新启动计算机即可查看注册表上市生效。
1 - Check If Your TortoiseSVN Settings are Correct
Right-Click in an SVN Folder >> TortoiseSVN >> Settings
Select Icon Overlays:
1. Status Cache to Default
2. Drive Types: (SELECT) Network Drive, Fixed Drive
2 - Find out if there are too many Icon Sets installed in Windows
Window allows up to 11 IconSets, if other programs like DropBox are installed they will hijack those spots
Since we are working in the registry, be careful not to edit things, unless you are sure!
HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/WINDOWS/EXPLORER/ShellIconOverlayIdentifiers
:: In my case, it was because of DropBox - the folder names were ("DropboxExt1","DropboxExt2") and my Tortoise was named (1TortoiseNormal,2TortoiseModified)
--The problem is that Windows reads this and enables them based on alpha numeric order ('"' comes before '1' in the alphanumeric stack)
SOLUTION : If you had the same problem as me, you can simply rename the Dropbox registry listings. I renamed my Dropbox listings from('"DropboxExt1"') to ('X"DropboxExt1"'), just adding an 'X' to the beginning of the registry.
>>Restart your machine to see the registry listing take effect.
如果您从 1.6.8 或 1.6.9 升级,请尝试修复安装。只需重新启动 TortoisSVN 安装程序并选择“修复”即可。覆盖图标和 TortoiseSVN 升级存在已知问题(请参阅此博文)。
Try also to repair the installation, if you upgraded from 1.6.8 or 1.6.9. Just re-launch the TortoisSVN installer and choose "Repair". There are known problems with overlay icons and TortoiseSVN upgrades (see this blog post).
如果您已将代码检出到网络或可移动驱动器上,则需要设置一些首选项才能看到图标。
If you have checked out your code onto a network, or removable drive, you need to set some preferences to see the icons.
请参考以下链接
http://tortoisesvn.net/node/97。我也遇到过类似的问题,该图标通常在重新启动两到三次后开始出现。
另请参阅以下链接
http://gavtaylor.co.uk /blog/missing-tortoise-svn-shell-icon-overlays
TortoiseSVN 图标在 Windows 7 下不显示
Please refer the following link
http://tortoisesvn.net/node/97. I have also experienced simillar problem and the icon usually starts appearing after two or three reboots.
Also refer the following links
http://gavtaylor.co.uk/blog/missing-tortoise-svn-shell-icon-overlays
TortoiseSVN icons not showing up under Windows 7
您可以转到
TortoiseSVN>设置>图标叠加>状态缓存
。如果选择
default
,则从默认更改为shell
。如果选择了shell
,则将其从shell
更改为default
。它应该修复它。You can go to
TortoiseSVN>Settings>Icon Overlays>Status Cache
.If
default
is selected then change from default toshell
. Ifshell
is selected then change it fromshell
todefault
. it should fix it.也许这取决于你的平台?如果您想在 Windows 资源管理器中使用 TortoiseSVN 叠加图标,则需要安装 64 位 TortoiseSVN,因为 Windows 资源管理器在 Windows 64 位上是 64 位的。
请参阅http://tortoisesvn.net/faq.html#nomenus
Maybe it depends on your platform? You need to install 64-bit TortoiseSVN if you want the TortoiseSVN Overlay icons in Windows Explorer, because Windows Explorer is 64-bit on Windows 64-bit.
see http://tortoisesvn.net/faq.html#nomenus
在最新版本的 TortoiseSVN 中,旧的
_svn
文件夹已被弃用。最好将它们重命名为.svn
。In the recent versions of the TortoiseSVN, old
_svn
folders are deprecated. it's better to rename them to.svn
.