Subversion support
已回答
The documentation in the page is not clear:
https://www.jetbrains.com/help/idea/using-subversion-integration.html
The points for clarifications are:
- "you also need to download and install the command line client on your machine." - which exact software name? 32 or 64-bit etc are required? what exact steps to be follows while installing that software for IntelliJ integration?
请先登录再写评论。
The issue is now resolved by install TortoiseSVN 64 bit version with command line option.
> which exact software name
The documentation provides a link to the official page listing available svn clients - http://subversion.apache.org/packages.html
> 32 or 64-bit etc are required
It depends only on your OS.
> what exact steps to be follows while installing that software for IntelliJ integration?
If the client is available in PATH variable, it should work out-of-the-box. If not, then one just needs to setup path to the client in settings
Nice article