Set up project Version Control in 5 minutes

Source: Internet
Author: User

Whether individual coding or group development projects, project version control is very important. As far as I know, there are two version control methods.

    1. The simplest version control is to retain the copies of different versions of the software and serial numbers accordingly. Many large development cases use this simple technique. Although this method can be used, it is inefficient. First, it is because the number of copies saved is almost identical, and this method relies heavily on developers' self-discipline, which often leads to errors.
    2. Use the version control tool. Common version control tools for Windows include SVN, CVS, and VSS.

If you have not used the version control tool to build project management, this article will take you quick start. The tool used in this article is based on SVN.

    • Necessary software (these software are currently relatively new)
    1. Tortoisesv1 1.65
    2. Visual SVN server 2.11 (visual SVN Server comes with subversion and Apache)
    3. Visual SVN 1.77,Crack cracking(Visual Studio plug-in)
    4. SVN ebook(Optional. If you want to learn more about SVN, you can read it)

If the above files cannot be downloaded, visitHttp://cid-d61a87db430d0cab.skydrive.live.com/browse.aspx/.Public/svnThis address stores all downloaded files here.

    • Installation Process

I will not go into details about the installation process of tortoisesvn and visual SVN. The following describes the installation process of visual SVN server.

The following steps are next and install. At this point, the software environment is ready.

    • How to Create a version-controlled Hello World project

1. Create Repository)

    •  

      • Create user


      • Create a version Library

      • Assign Permissions


2. Import the project to the server version Library (import project to repository)

3. check out the project on the client

after checking out, you can see a small green icon in front of each file

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.