Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中安装了 P4Eclipse 插件。但是,我注意到 Eclipse 允许我编辑文件,但它不会自动从 Perforce 存储库中检出它。因此,在我编辑完文件后,然后转到 P4V,最近修改的文件不会显示在默认更改集中。关于在这里查看什么的任何建议?
谢谢。
实际上,经过一番调查,我意识到这确实与文件系统读/写权限有关。由于其他原因,我不小心将我的 perforce 工作区中的源文件更改为可读。这就是为什么我可以在 eclipse 中修改它们而没有看到警告,同时 Perforce 没有意识到这些文件已被更改。
手动修复这些源文件的权限解决了这个问题。