Reputation: 3152
I recently switched from Eclipse to IntelliJ.
My project uses SVN.
In IntelliJ I can commit or update code just fine. However, when I want to compare the current code base with the latest from repository, in Context Menu, Subversion > Compare with Latest Repository Version
, this menu is disabled. Same for other Compare With menu or Show Current Revision.
Can anyone help?
Thanks
Upvotes: 1
Views: 1123
Reputation: 97133
IntelliJ IDEA does not currently support the "Compare" actions on directories for Subversion. You can invoke "Compare" on individual files, and you can use the Changes | Repository view to see the latest commits to the repository.
The corresponding feature request is http://youtrack.jetbrains.com/issue/IDEA-55335
Upvotes: 3