Searches on SVN history through Eclipse
In Eclipse IDE:
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?
Is there any way to show the whole SVN history for a given user (for a given branch)?
Thanks!
EDIT: here's a screenshot of available options. I'm using "Show History" as stated above.
- 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".
Window -> Preferences -> Team -> SVN -> Default number of log messages. Or you can press the ">|" button to see the complete history.
精彩评论