The current version of my idea is 14.1.4.
- 1,) SVN server download and install (https://www.visualsvn.com/server/):
Since my development machine is x64, I prefer to download x64 's Visual SVN:
After downloading, install by default, after the installation is complete, open the management interface:
- 2,) download Subversion 1.8.4.
Note: The current version of my IntelliJ idea Community Edition is 14.1.4,subversion if you use 1.9.2 there will be an error:
To this end, I always thought the version is too low, but can not upgrade, confused n long.
Download Subversion 1.8.4
Find the Visula svn link in the Binary packeages page and open the link. Open the VISUALSVN link page as follows:
Copy the link address, not directly download (reason: The current version is 1.9.2, the version is too new, not what we need), copy the link address, modify the link address:
Using 1.8.4, download the subversion1.8.4 run package.
To configure the Subversion environment:
1,) Download file: Apache-subversion-1.8.4.zip, extract to C:\Program files\apache-subversion-1.8.4 directory;
2,) append address in the environment variable path: C:\Program files\apache-subversion-1.8.4\bin
3,) cmd run SVN--version view version.
- 3.) Create a new project and host the code on the SVN server:
- 4,) How to get the project from SVN:
IntelliJ idea Community Edition 14.1.4 using apache-subversion to build a code management environment