Tag Archives: Cannot load supported formats: Cannot run program “svn“: CreateProcess error=2

[Solved] IDEA use SVN Error: Cannot load supported formats: Cannot run program “svn”: CreateProcess error=2

Problem Description:

After IntelliJ idea is installed, the following errors will occur when submitting or updating and checking out code using SVN:

Cannot load supported formats: Cannot run program “svn”: CreateProcess error=2

The reason is that SVN uses the command-line tool. If there is no SVN command-line tool locally, an error will occur.

Solution:

1. Reinstall the SVN client

When installing the TortoiseSVN client, the command line client tools option must be selected. So Xiaobian quietly unloaded and then reinstalled. As shown in the figure:

When installing the TortoiseSVN client, the command line client tools option must be selected. So Xiaobian quietly unloaded and then reinstalled.

As shown in the figure:

Then select the first item will be installed on local hard drive

2. Configure SVN in idea

Remove the check mark from both check boxes.

Idea, which had been used for some time before, was deeply attracted by its cool black background, but it was never opened after going back. In fact, there are many basic functions that are not used well, which leads to digging such a big hole for yourself now. Since the pit fell in, you must fill it out, or you will fall in again.

Cannot load supported formats: Cannot run program “svn“: CreateProcess error=2

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

The following error occurs when idea detects SVN project:
cannot load supported formats: cannot run program “SVN”: CreateProcess error = 2
the reason is that SVN uses command-line tools. If there is no SVN command-line tool locally, it will cause an error
solution:
1. Right click to change the SVN program

Select Modify

2, and then install command line client tools locally

3. Finally complete the configuration of idea (do not select the three check boxes)