Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Subversive is not displaying complete SVN revision history?

When I click Project->Team->Show History... Not all revisions are listed.

enter image description here

As you may see, revisions older than 691 are not there. Why is that happening ?

like image 473
mounaim Avatar asked Feb 20 '15 09:02

mounaim


People also ask

How do I view SVN history in eclipse?

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

Where is SVN history stored?

They are stored in the svn:log property.

How do I view SVN logs?

Examples. You can see the log messages for all the paths that changed in your working copy by running svn log from the top: $ svn log ------------------------------------------------------------------------ r20 | harry | 2003-01-17 22:56:19 -0600 (Fri, 17 Jan 2003) | 1 line Tweak.

Why is Eclipse SVN Team menu not showing all options?

You have you run 'Team > Share Project...' to tell SVN that this project is an SVN project before you can do anything else. Once you have set up the sharing the other menu items will appear.


2 Answers

There should be "Show next 25" and "Show all" buttons in History view toolbar:

https://eclipse.org/subversive/documentation/teamSupport/history_view.php

like image 91
Ivan Jovović Avatar answered Oct 19 '22 20:10

Ivan Jovović


This is only the most recent history. Use the marked buttons to show more.

enter image description here

like image 25
herrlock Avatar answered Oct 19 '22 19:10

herrlock