Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Searches on SVN history through Eclipse

Tags:

eclipse

svn

In 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)?

Thanks!

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

enter image description here

like image 936
m0skit0 Avatar asked Aug 26 '11 09:08

m0skit0


1 Answers

  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
like image 114
khmarbaise Avatar answered Sep 19 '22 10:09

khmarbaise