svn log 文件中的特定行

发布于 2024-12-04 06:25:15 字数 74 浏览 0 评论 0原文

假设文件中给定的一组行被修改,我想找到修改它们的 SVN 版本。目前我只需要不断地浏览日志并找到它最后手动添加的位置,有更好的方法吗?

Let's say a given set of lines were modified in a file, I want to find the SVN revision at which they were modified. Currently I just have to keep picking through the log and finding where it was last added manually, is there a better way?

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

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

发布评论

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

评论(1

黑色毁心梦 2024-12-11 06:25:15

svnblamemyFile 为您提供每行的修订号和作者

编辑: 看看本文档。您还可以向命令添加一些选项。例如:

  • --revision (-r)
  • --incremental

svn blame myFile gives you the revision-number and author of each line

edit: Take a look at this document. You can also add some options to the command. For instance:

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