domids
domids

Reputation: 525

Why is Intellij IDEA SVN history not displaying some revisions, which are displayed in Tortoise SVN log?

The SVN history of a project in IntelliJ IDEA is missing some revisions, which are present in the Tortoise SVN log.

SVN history As you can see in the picture in Tortoise SVN the next revision after 24220 is 24216, but in Intellij IDEA the next revision is 23650.

(To display the history in Intellij IDEA I right-click in the project window on the project root and select from the menu "Subversion > Show History". For the Tortoise SVN log I right-click on the base folder of the project and select "Tortoise SVN > Show log".)

Why is Intellij IDEA Subversion history not displaying these revisions?

EDIT:

r23650 was a commit directly to the branch. Could it be that this revision is not visible in the history in Intellij IDEA, because it made changes to a file not directly under the project root?

Upvotes: 3

Views: 3292

Answers (2)

user4413257
user4413257

Reputation:

For those having problems with not displaying complete history in Repository tab, first click on Clear and finally Refresh (pressing Refresh only does nothing).

Upvotes: 1

domids
domids

Reputation: 525

Intellij IDEA SVN history is only showing the commits made to the selected folder or files directly located in that folder. Commits which modified files in subfolders are NOT visible. To see all commits made in the branch you have to use "Browse changes..." - located in the context menu under "Subversion".

"Browse changes" in the context menu under "Subversion"

Upvotes: 5

Related Questions