Do you know what SVN is?

Source: Internet
Author: User
Tags what svn

SVN --- subversion is currently the most popular project source code management software.

 

(1) subversion (SVN for short) is a version management software (source code) that has emerged in recent years and is the successor of CVS. Currently, most open-source software uses SVN as the code version management software.

(2) SVN servers run in two ways: independent servers and Apache.

SVN: // http ://

The most popular client of SVN is tortoisesvn.

The basic working principle of SVN is:

Create a source code library (warehouse) on a server, which can store the source code (warehouse) of many different projects ). The source code library administrator manages these source programs (warehouses) in a unified manner ). Before using the source code library, each user must first download the project file (warehouse) in the source code library to the local machine, and then the user can modify it locally, finally, use the svn command for commit, which is managed and modified by the svn source code library. In this way, it seems that only one person is modifying the file, which can avoid conflicts and track file changes.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.