在 Windows 资源管理器中看不到状态图标

发布于 2024-10-12 10:03:10 字数 90 浏览 2 评论 0原文

我在我的 win7 机器上安装了 svn,但我在 Windows 资源管理器中没有看到那些七彩图标,显示诸如文件已添加到 svn 中、文件已更改等内容。有什么想法吗?

i installed svn on my win7 machine but i don't see those colorfull icons in windows explorer showing things like file is already added in svn, file has changed etc etc. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

隔岸观火 2024-10-19 10:03:10

我遇到了同样的问题,只出现在我的一个工作副本上(我的机器上有很多项目,其余的都正常显示图标)。

我打开任务管理器,并结束了 TSVNCache.exe 进程。一分钟之内,它再次启动,当它启动时,我能够刷新 Windows 资源管理器中的视图,并且乌龟 svn 图标出现在项目上。

I had this same problem, appearing on only one of my working copies (I have many projects on my machine, and the rest were displaying icons normally).

I opened task manager, and ended the process TSVNCache.exe. Within a minute, it started up again, and when it did, I was able to refresh my view in Windows Explorer, and the tortoise svn icons appeared on the project.

扮仙女 2024-10-19 10:03:10

选择或配置向您显示文件夹和文件名的类型的相关选项或选项(例如列表、缩略图或大图标),然后选择用于显示不同类型的文件状况或状态的指示符的选项。取决于不同版本的 svn 中可用的选项。

Select or configure the relevant options or choices for the type of presentation of folders and file names to you like list or thumb or large icon and then select the options for displaying indicators of different types of condition or state of the files. Depends on the options available in differing version of svn.

孤芳又自赏 2024-10-19 10:03:10

您可以尝试重建图标缓存(杀死 explorer.exe,从 %APPDATA%\Local 中删除 IconCache.db 并重新启动 explorer.exe)。但根据您安装的 SVN 的风格,您甚至可能没有提供它们的 shell 扩展内容。 TortoiseSVN 应该为您提供图标(有时仅在安装后重新启动后),但某些仅命令行发行版不会。

You could try to rebuild your icon cache (kill explorer.exe, delete IconCache.db from %APPDATA%\Local and restart explorer.exe). But depending on the flavor of SVN you installed, you may not even have the shell extension stuff that provides them. TortoiseSVN should give you icons (sometimes only after a reboot after install), but some command-line-only distributions won't.

や三分注定 2024-10-19 10:03:10

您安装了 Subversion 或 TortoiseSVN 吗? TortioseSVN 是一个独立于命令行 Subversion 客户端的 Subversion 客户端。事实上,您甚至不需要安装 Subversion 命令行客户端来使用 TortoiseSVN(尽管我强烈建议每个人都这样做)。

TortoiseSVN 是 Windows 资源管理器的一个插件,由于它附加到 Windows 资源管理器,因此它可以操作 Windows 资源管理器中的图标,向图标添加 Subversion 状态掩码。

默认情况下,TortoiseSVN 不会将图标添加到除本地驱动器之外的任何内容,因为向网络驱动器添加图标会降低速度,不过您可以在 Tortoise 配置中更改它。

Did you install Subversion, or TortoiseSVN? TortioseSVN is a Subversion client that is independent of the command line Subversion client. In fact, you don't even need the Subversion command line client installed to use TortoiseSVN (although I highly recommend everyone does so).

TortoiseSVN is a plugin to Windows Explorer and since it is attached to Windows Explorer, it can manipulate the icons in Windows Explorer to add a Subversion status mask to the icons.

By default, TortoiseSVN does not munge icons to anything but local drives since adding icons to network drives can slow it down, You can change that in the Tortoise configuration, though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文