vault backup: 2024-09-06 15:25:52
This commit is contained in:
parent
6aec84d3fc
commit
b6da48e71e
3
01-Diary/周小结/2024.9.md
Normal file
3
01-Diary/周小结/2024.9.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 9.2~9.6
|
||||
1. 测试ACL以及其他CommandLet针对项目启动的影响。
|
||||
2. 搭建大小棚用的P4 Server,并且测试。
|
@ -32,6 +32,14 @@ docker run -d --restart unless-stopped \
|
||||
-p 1666:1666 \
|
||||
blueroses/perforce-helix-p4d:2024.5
|
||||
```
|
||||
大小棚用P4:
|
||||
```c++
|
||||
docker run -d --restart unless-stopped \
|
||||
-v /volume1/Docker/perforce/p4_studio:/p4 \
|
||||
-p 1660:1666 \
|
||||
blueroses/perforce-helix-p4d:2024.5
|
||||
```
|
||||
|
||||
|
||||
## chishin/wol-go-web
|
||||
```bash
|
||||
|
@ -361,7 +361,7 @@ LiveDirector\ts_file_versions_info.json
|
||||
|
||||
## Typemap
|
||||
typemap 的设置能够在 Perforce 中控制文件的只读和可写的形式。 然后要做这件事情,需要管理员先在命令行cmd下设置 P4 的环境变量。
|
||||
在指定仓库上右键,点击`Open Command Windows Here`,输入`p4 -P YourPassword typemap`即可在弹出的txt文件中修改保存关闭即可。(输入UE官方推荐的内容即可)
|
||||
在指定仓库上右键,点击`Open Command Windows Here`,输入`p4 typemap`即可在弹出的txt文件中修改保存关闭即可。(输入UE官方推荐的内容即可)
|
||||
```text
|
||||
# The form data below was edited by Jeff
|
||||
# Perforce File Type Mapping Specifications.
|
||||
|
Loading…
x
Reference in New Issue
Block a user