sorin
sorin

Reputation: 170498

How to get Subversion 1.7 support in Eclipse or IntelliJ IDEA?

In fact there are 3 sub-questions:

I am interested in getting Subversion 1.7 support in Eclipse or PyCharm/IntelliJ IDEA.

Upvotes: 3

Views: 2768

Answers (1)

yole
yole

Reputation: 97178

We've seen significant performance problems with the current version of SVNKit and Subversion 1.7, and because of those problems we've decided to postpone the inclusion of Subversion 1.7 support in IntelliJ IDEA/PyCharm. Right now it's planned for inclusion into IntelliJ IDEA 11.1/PyCharm 2.1.

The source code of the Subversion plugin updated for SVN 1.7 compatibility is available in the IntelliJ IDEA Community Edition source repository. You can compile the plugin yourself and replace the plugin from IntelliJ IDEA/PyCharm with your version.

Upvotes: 3

Related Questions