13

In intellij Idea, I see only about past 600 revisions in the Changes->Repository tab. Is there some way to increase this number? In the settings, I've unchecked

Version Control->Limit history by:

and set

Version Control->Background->VCS History Cache Settings-> Changelists to cache initialy to 5000

but after refresh of the VCS, I still see the same amount of revisions. The other options in the Version Control settings are unchecked except for Notify about VCS root errors

I use IntelliJ Idea 12.1.6 and VCS is SVN 1.7

NeplatnyUdaj
  • 6,052
  • 6
  • 43
  • 76

1 Answers1

18

When you click on refresh button of the

Changes > Repository

tab the first time, it appears VCS History cache settings dialog box. Since this box, you are able to modify :

  • Change lists to cache initially
  • Refresh changes every ... minutes.

If you changes these two values, I think you can increase revisions in VCS history.

If this dialog box don't appers, you can change this values since Setting>Version control>background menu> section History cache settings

Once the change is done, clear the cache - click the red "X" on the VCS panel. Unless you did that, the change is not applied. After that, click refresh again and your older revisions will appear.

Nestor Milyaev
  • 5,845
  • 2
  • 35
  • 51
Salim Hamidi
  • 20,731
  • 1
  • 26
  • 31