I installed Jaunty Alpha, and along with came Subversion 1.6.

My IDE (Intellij Idea 7) does not support Subversion 1.6, so I would like to downgrade my Subversion back to version 1.5.

How can I do this?

link|improve this question
feedback

migrated from stackoverflow.com Sep 2 '09 at 13:06

This question came from our site for professional and enthusiast programmers.

3 Answers

This problem is covered in the IntelliJ IDEA FAQ.

link|improve this answer
feedback

It is annoying, but SVN automatically updates working copies that it considers old. To revert your working copy files, a python script is distributed alongside the binaries:

Once you've done this, you can re-install the older svn binary. You need to be careful if you have multiple copies of svn lying around not to use the wrong version!

(NB the server does not do this, so you can upgrade that AFAIK without problem). More useful info here.

link|improve this answer
feedback

Here's a generic way that may be easier than change-svn-format.py: http://www.admon.org/downgrade-svn-from-1-6-to-1-4/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown