The SVN history of a project in IntelliJ IDEA is missing some revisions, which are present in the Tortoise SVN log.
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?
svn update
in IDEA. – bahrep