guiclient.conf 在哪里?

Where is guiclient.conf located?

latest release notes状态:

PlasticDrive can also be launched from the changesets menu of the Windows GUI. In order to enable you have to edit your guiclient.conf file and add the following line: > <ShowMountPlasticDrive>true</ShowMountPlasticDrive>

但是我没有 guiclient.conf 文件。

是的,我打赌你有一个:-)看看这里:

c:\users\<your-name>\AppData\Local\plastic4\guiclient.conf

这是我的:

C:\Users\pablo\AppData\Local\plastic4>type guiclient.conf | grep Drive
  <ShowMountPlasticDrive>true</ShowMountPlasticDrive>

该功能还处于试验阶段,但应该可以完全使用。它是经过改进的 "glassfs",已经存在了很长时间,但进行了一些调整以使其更加可用。

在不切换分支的情况下使用 Visual Studio 查看代码非常有用(尽管第一次启动它会很慢,因为 VS 会读取解决方案中的所有文件,但是然后它们被缓存,下一个 运行 会飞起来!)。