“P”状态代表什么?意思是在 Tortoise CVS 更新操作期间?

发布于 2024-08-13 04:05:57 字数 404 浏览 8 评论 0原文

我使用 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:
alt text
(source: chomperstomp.com)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

亚希 2024-08-20 04:05:57

它相当于“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.

梦在夏天 2024-08-20 04:05:57

P 代表补丁。这意味着只进行了很小的更新,因此不需要发送整个文件。

P stands for patch. It means only a small update was made, so the whole file did not need to be sent.

红尘作伴 2024-08-20 04:05:57

根据各种来源,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文