通过 Eclipse 搜索 SVN 历史记录

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7203068/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 16:54:46  来源:igfitidea点击:

Searches on SVN history through Eclipse

eclipsesvn

提问by m0skit0

In Eclipse IDE:

在 Eclipse IDE 中:

  1. Is there any way to show the whole SVN history of a directory (a java package in fact)? If I right click -> Team -> Show History it only shows me a couple of days back. Is this limitation due to SVN server configuration?

  2. Is there any way to show the whole SVN history for a given user (for a given branch)?

  1. 有没有办法显示目录(实际上是一个java包)的整个SVN历史记录?如果我右键单击 -> 团队 -> 显示历史记录,它只会显示几天前的内容。这是由于 SVN 服务器配置造成的限制吗?

  2. 有什么方法可以显示给定用户(针对给定分支)的整个 SVN 历史记录?

Thanks!

谢谢!

EDIT: here's a screenshot of available options. I'm using "Show History" as stated above.

编辑:这是可用选项的屏幕截图。如上所述,我正在使用“显示历史记录”。

enter image description here

在此处输入图片说明

回答by khmarbaise

  1. The server has no such limitations There should be an icon or so which says "Show all", cause usually the history view shows only the last 25 revisions in the history. For a detailed description take a look here. In the image you see on the right side the icons for "Next 25" and "Get all". enter image description here
  1. 服务器没有这样的限制应该有一个图标,上面写着“全部显示”,因为通常历史视图只显示历史中的最后 25 个修订。有关详细说明,请查看此处。在图像的右侧,您会看到“Next 25”和“Get all”的图标。 在此处输入图片说明

回答by Joel Richard Koett

Window -> Preferences -> Team -> SVN -> Default number of log messages. Or you can press the ">|" button to see the complete history.

窗口 -> 首选项 -> 团队 -> SVN -> 日志消息的默认数量。或者您可以按“>|” 按钮查看完整的历史记录。