Sunday, 12 July 2020

IntelliJ Idea 2020.1 & SVN Plugin

Below are the steps to configure SVN correctly in IntelliJ IDE..

After Installing Intellij you can find the subversion plugin like below 

Press ctrl+alt+s or open settings-->Plugins and type svn



The plugin says it requires command line svn client which means it require a svn.exe files.

When we use TortoiseSVN most of the time we install it with default setting where default settings don’t install the svn.exe rather it uses a console svn client



Please install TortoiseSVN like below (Select command line client tools)


                                              You can find svn.exe in your installed folder





Issue : 


'C:\Program' is not recognized as an internal or external command, operable program or batch file. 


We need to correct the Path variable.

 

%USERPROFILE%\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Java\jdk1.8.0_202:C:\Program Files\TortoiseSVN\bin;C:\Program Files\TortoiseSVN\bin\svn







  SyntaxError : (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape Solution:...