VS2013 Installing the SVN plugin

Source: Internet
Author: User
Tags svn update

Preface : Have been doing Java, no way, white hand build vs development environment I can only do it. But in the Baidu search for half a day, there is no one to provide a good method, I heard that there is a special vs SVN plug-in, so the hands.

Materials
    1. VS 2013 Setup program.
    2. VISUALSVN installation program.
Pre-preparation

Naturally first to install the SVN server version, you can see SVN installation deployment and server transfer, I wrote earlier.

Then need to install TORTOISESVN, this people should see a lot on the net, not much to say, this is I will download the server code to the local list.

Begin

After installing VISUALSVN, and then installing VS2013, you can see the following on VS on:

Select "Get solution from Subversion ..."

Select the project location, and the project name, click OK, and then you can see your project in the solution.


Here you can see the code file, and note that the green indicates the unmodified state.

Add a ". ", it will become yellow , indicating that there are modifications.

Right-click on the corresponding file, you can submit, after the submission has been completed, it becomes green .

This time to view the local code in the original SVN library, you can see the following:

/// <summary>        /// 打开连接,其中包含握手连接操作        /// </summary>

Do an SVN update.

You can then view the code again:

/// <summary>        /// 打开连接,其中包含握手连接操作。        /// </summary>

You can see the added ". ”

conclusion : actually quite simple, of course, and to look at my back today's ancient poetry: "To love the lotus out of the sludge and not dye, poke Qinglian and not demon, in the straight, concise, fragrant far Yi Qing, Kingston Net plant, can be far from the view and not to play." ”

Copyright notice: This site blog is qing_gee original article, if you need to quote, reprint, only need to indicate the source and the original link.

VS2013 Installing the SVN plugin

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.