svn 命令显示文件修订版本,同时获取两个标签之间的差异

发布于 2025-01-07 06:44:40 字数 176 浏览 1 评论 0原文

我想要两个标签之间的差异,例如 HEADUAT_1

命令 svn diff URL1 URL2 将给出所有文件差异,但它为每个文件获取的修订号将是目录的修订版。

有什么方法可以获取文件的最新修订版号,该文件显示为存储库中的差异,而不是目录修订版。

I want the differences between two tags lets say HEAD and UAT_1.

The command svn diff URL1 URL2 would give all the file differences but the revision number that it gets for each file would be the revision of the directory.

Is there any way that I can get the latest revision number of the file that is shown as difference that is in the repository and not the directory revision.

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

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

发布评论

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

评论(1

打小就很酷 2025-01-14 06:44:40

svn info [TARGET](包含文件的完整路径):Last Changed Rev string

svn info
Print information about each TARGET

您必须仅获取目标列表(来自 sv diff

svn info [TARGET] (with full path to file): Last Changed Rev string

svn info
Print information about each TARGET

You have to get only list of TARGETS (from sv diff)

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