“svn info”中的这两个修订号是什么?

发布于 2025-01-07 11:54:22 字数 869 浏览 2 评论 0原文

整个代码库(不是特定文件)的 svn info 给出了以下输出。我不明白

  • Revision: 12838Last Changed Rev: 12817 之间有什么区别
  • ,以及这两个数字如何不同

有人可以解释一下吗?

Path: .
URL: svn+ssh://[email protected]/var/lib/svne2/edumate2/tags/4.0.1
Repository Root: svn+ssh://[email protected]/var/lib/svne2/edumate2
Repository UUID: edccd8aa-08f3-0310-ac9a-cddb71435de8
Revision: 12838
Node Kind: directory
Schedule: normal
Last Changed Author: radek
Last Changed Rev: 12817
Last Changed Date: 2011-12-20 15:07:53 +1100 (Tue, 20 Dec 2011)

svn info for the whole codebase (not a particular file) gives me below output. I don't understand

  • what is the difference between Revision: 12838 and Last Changed Rev: 12817
  • and how it can happen that these two numbers are different

Could someone explain?

Path: .
URL: svn+ssh://[email protected]/var/lib/svne2/edumate2/tags/4.0.1
Repository Root: svn+ssh://[email protected]/var/lib/svne2/edumate2
Repository UUID: edccd8aa-08f3-0310-ac9a-cddb71435de8
Revision: 12838
Node Kind: directory
Schedule: normal
Last Changed Author: radek
Last Changed Rev: 12817
Last Changed Date: 2011-12-20 15:07:53 +1100 (Tue, 20 Dec 2011)

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

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

发布评论

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

评论(1

蒗幽 2025-01-14 11:54:22

“修订版”是当前修订版(请记住,SVN 存储库中的所有文件都使用相同的修订版号)。 “上次更改”是上次更改此特定文件时的修订版本。

"Revision" is the current revision (remember that all files in an SVN repo use the same revision number). "Last changed" was the revision when this particular file was last changed.

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