diff --git a/03-UnrealEngine/流程管理与部署/VPS服务部署/Perforce Helix Core搭建.md b/03-UnrealEngine/流程管理与部署/VPS服务部署/Perforce Helix Core搭建.md index d77e46a..4f7947c 100644 --- a/03-UnrealEngine/流程管理与部署/VPS服务部署/Perforce Helix Core搭建.md +++ b/03-UnrealEngine/流程管理与部署/VPS服务部署/Perforce Helix Core搭建.md @@ -21,7 +21,6 @@ cd /home/perforce/helix-docker/helix-p4d/ && \ docker build -f /home/perforce/helix-docker/helix-p4d/Dockerfile -t helix-p4d:2024.5 . ``` - docker build --file ./helix-p4d/Dockerfile --tag helix-p4d:2023.7 . ## 使用 @@ -39,6 +38,8 @@ docker run -d \ sourcegraph/helix-p4d:2020.2 ``` +admin +pass12349ers ### Github文档 ```shell docker run --rm \ @@ -292,6 +293,16 @@ Workspace可以理解为,depot到本地的一个映射,对应本地的一个 开发的过程中可以有多个Workspace(例如一个用来开发,一个用来更新验证保证提交没有错误),但一般只推荐有一个Workspace。 +### AltSync +这是一种2024.1推出的新的同步技术,允许您减少从库同步到客户端工作区时的初始等待时间,从而加快工作速度。您可以节省时间、磁盘空间和网络带宽,因为您只在需要时下载所需的内容。相关文档: +- 文档: + - https://www.perforce.com/manuals/p4vfs/Content/P4VFS/p4vfs-intro.html + - https://www.perforce.com/manuals/p4vfs/Content/P4VFS/p4vfs-and-p4v.html +- p4vfs(需要额外安装) + - https://github.com/microsoft/p4vfs +- 视频(视频里没有解决client does not have p4altsync configured, required for this workspace) + - [How to Set Up and Use P4VFS and Helix Core Virtual File Sync](https://www.youtube.com/watch?v=43jx4Ee0V_o) + ### P4ExcludeList ### .p4ignore