F
release
O
checkout
E
export
T
rtag
One of five record types may result from an update:
C
A merge was necessary but collisions were detected (requiring manâ€
ual merging).
G
A merge was necessary and it succeeded.
U
A working file was copied from the repository.
P
A working file was patched to match the repository.
W
The working copy of a file was deleted during update (because it
was gone from the repository).
One of three record types results from commit:
A
A file was added for the first time.
M
A file was modified.
R
A file was removed.
The options shown as -flags constrain or expand the report without
requiring option arguments:
cvs update时文件状态
最新推荐文章于 2022-02-25 18:19:43 发布
本文介绍了版本控制系统中常见的操作类型及其含义,包括更新操作产生的五种记录类型:合并冲突、成功的合并、工作文件从仓库复制、工作文件打补丁以及删除工作文件;提交操作产生的三种记录类型:新增文件、修改文件和删除文件。此外还提到了如何通过标志选项来约束或扩展报告。
415

被折叠的 条评论
为什么被折叠?



