Reputation: 41
when I commit or update ,it successes,but when I want to show history,it fails.
Upvotes: 1
Views: 3583
Reputation: 6872
What fixed this for me was:
Under File > Settings > Version Control > Subversion > Presentation: Uncheck "Show merge source in history and annotations"
Upvotes: 9
Reputation: 71
I've experienced this problem with IntelliJ 16.
I came around the problem by switching off "Use command line client" in the general Subversion configuration in IntelliJ for the project, and additionally checking out the project using repo format 1.7 (instead of 1.8).
Upvotes: 0