Merge remote-tracking branch 'origin/master'

This commit is contained in:
BlueRose 2024-05-22 10:03:31 +08:00
commit 30c0d39900

View File

@ -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