Current location - Quotes Website - Collection of slogans - What is a turtle? How to install TortoiseSVN under Win 10 system
What is a turtle? How to install TortoiseSVN under Win 10 system
Methods/steps

TortoiseSVN is subversion.

A free version control system open source client, we can find the corresponding installation resources from Baidu or other resource websites, and I downloaded them directly from Baidu. We can find the corresponding resources in Baidu search TortoiseSVN.

TortoiseSVN file is stored in the central version library, which is very similar to ordinary files except that it can remember every modification of files and directories.

Server.

After we find Baidu resources, we will download them. After downloading, we can find the installation file in my download.

Let's open the installation package and install TortoiseSVN. First of all, he will tell us what version is installed, for example, I installed 64-bit here, what is the version number, and so on, so that we can see whether it is consistent with our system. If there is a match, click Next.

Here is a hint of whether we agree to the installation agreement. This is not negotiable. You can't pretend if you don't agree. We must agree to install it. Consent is the above option. As shown in the figure, click Next to continue the installation.

The next step is to select the installation project. There are generally several default items here, so I suggest that you don't have to move. If you know what each item here is, you can also choose not to install these items. Anyway, that's how I pretend.

receive

Next is to enter the installation page.

Let's click Install and start the installation. This is automatically installed, and we don't need to operate it. As a rewritten and improved version of CVS, SVN(Subversion) aims to do better.

Version control software, replacing CVS. Generally speaking, CVS has gradually lost its advantages in the development process and is no longer suitable for modern development. At present, most CVS services have been transferred to SVN.

Finally, the installation is complete. After the installation is completed, we will be prompted to complete the installation.

After installation, it can be used for good version control.

Version control is the art of managing information modification. It has always been the most important tool for programmers. Programmers often spend time making small changes and then cancel them one day. Imagine a development team working in parallel-maybe working on the same file at the same time! -You will understand why a good system needs to manage potential confusion.