“P”状态代表什么?意思是在 Tortoise CVS 更新操作期间?
我使用 TortoiseCVS 对文件夹运行了“更新”命令,文件状态之一是“P”。这意味着什么?我看到“U”,我假设意味着“更新”,“M”,我假设意味着“合并”。我尝试打开帮助文件,但收到 404 错误,所以我认为我办公室的防火墙阻止了帮助内容...
这是我所看到的屏幕截图:
(来源:chomperstomp.com)
I ran an "Update" command on a folder with TortoiseCVS and one of the file statuses is "P". What does that mean? I see "U" which I'm assuming means "Update" and "M" which I'm assuming means "Merge". I tried to open the help file but I'm just getting 404s, so I think the firewall at my office is blocking the help contents...
Here's a screenshot of what I'm seeing:
(source: chomperstomp.com)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它相当于“U”,但 CVS 认为发送补丁而不是整个更新文件会更小。
我无法很快找到更完整的解释,但这里有代码表。
It's equivalent to a 'U', but CVS figured that sending a patch rather than the whole updated file would be smaller.
I couldn't quickly find a fuller explanation, but here's a table of codes.
P 代表补丁。这意味着只进行了很小的更新,因此不需要发送整个文件。
P stands for patch. It means only a small update was made, so the whole file did not need to be sent.
根据各种来源,P 指的是单独修补的文件而不是更新的文件 (U)。
请参阅http://www.gjt.org/mlist/jcvs/msg01480.html 和一堆其他人,除了我是一个新用户,所以我只能发布一个链接:-( 了解详细信息。
不过,我找不到任何专门针对 Tortoise CVS 的文档来解释这一点。
According to various sources, P refers to a file patched individually rather than updated (U).
See http://www.gjt.org/mlist/jcvs/msg01480.html and a bunch of others except I'm a new user so I can only post one link :-( for details.
I couldn't find any docs specifically for Tortoise CVS that explained this though.