Using SVN 1.4.6 with Intellij IDEA 12

The project I'm working on is configured using SVN 1.4.6. IDEA has an integration problem with it, when I try to update / commit, it says:

Problems downloading the file history: svn: E155021: this client is also old for working with a working copy on C: \ Users .......

On my machine, I use the SVN turtle:

TortoiseSVN 1.8.0, Build 24401 - 64 bit | Subversion 1.8.0

How can I use an old working copy of svn with IDEA?

+4
source share
2 answers

IDEA does not support working copies of Subversion 1.8 , you can check the project using the built-in Subversion client using IDEA to get a compatible working copy.

+8
source

You can do a checkout with tutoise and then import the project with intellij

+1
source

Source: https://habr.com/ru/post/1495839/


All Articles