Tag Archives: Can’t use Subversion command line client: svn.

Solution to the error “can’t use subversion command line client: SVN” in idea

1. Problem presentation:

The project uses SVN as version control. The following error occurred when starting idea after importing the project–

2. Problem analysis:

1) From the error message, idea can’t use the command line of the local SVN client, so the root of the problem lies in the local installation of tortoise SVN

2) The command line client option is not selected when installing TortoiseSVN locally

3. Solutions:

1) Find the installation package that installed tortiosesvn at that time, double-click it,
2) and then select (modify) to modify the installation.
3) after that, you will see a message in front of command line client tools ×
4) click red ×, Select enter feature will be installed on local hard drive
5) and then click next to install
note: after the installation, make sure that the environment variable path contains “C: program files/TortoiseSVN/bin”. If it does, it will be a great success, only one last step away to enter the subversion of setting and find your local svn.exe, apply

Can’t use Subversion command line client: svn.

Front end developers must read! Starting from scratch, teach you to build a low code website platform in stages>>>

This prompt appears when using idea to include SVN checkout

Can’t use Subversion command line client:svn

Subversion command line client version is too old(1.5.5)

The installed TortoiseSVN tool itself does not have command line function. Visual SVN must be installed, and it must be installed separately

Download address: http://subversion.apache.org/packages.html Select the version you want to download. For example, I downloaded the win version

As shown in the figure:

Here are two problems to be solved. One is whether your SVN client is installed. The other is that the version of SVN should not be too old

Idea is relatively good. Click fix it

Configure the absolute path of svn.exe under the SVN installation path directly to the use command line client, as shown in the figure:

In this way, the first prompt is solved, and the second one is to click fix it

It’s OK after modification