Build a free remote development source code management environment

Source: Internet
Author: User
Tags svn client tortoisesvn

I have been writing code for several years. From the very beginning, there was no such concept of source code management, to the localized vss6, to the vss2005, SVN, and distributed git that can be accessed from the Internet, realizing proper source code management is really necessary (even if the development team has only one person !), On the one hand, we can easily trace back the source code history and branch it, and avoid the catastrophic mistake of accidentally deleting the code.

In general, it is common to use vss2005 for source code management in the. NET development environment. After all, it is a matter of MS and can work well with Visual Studio.

Nowadays, SVN applications are getting wider and wider. After all, as a natural face of the network environment, SVN has a unique advantage and can adapt to the needs of most developers. The most recent project is based on it.

 

First, download the required software.

Visual SVN, a good use of Visual Studio SVN plug-in, http://www.visualsvn.com/

(If you have your own Windows server hosted on the internet, visual SVN server is required)

Tortoisesvn, SVN client, http://tortoisesvn.tigris.org/

Register an account on the website that provides the svn service.

Http://www.sourceforge.net/(recommended)

Http://www.codeplex.com/

Http://www.svnhost.cn/

Take SF as an example. After registering an account, follow the instructions on the website to create a project and specify the Unix-name of the project.

Click get solution from subversion in Visual Studio under the visual SVN menu. In the repository URL column, follow

Https://project-unix-name.svn.sourceforge.net/svnroot/project-unix-name

The format is OK.

Add a file and commit it to check if it works?

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.