IOS learning 13: Use Versions in code management

Source: Internet
Author: User


Okay. Let's briefly describe the Version control tool.
I downloaded the cracked version and sent it to me by a friend. I found it online last time, but I don't know why. The website cannot be opened today ~~ (There should be a lot of searches)
After installation, the icon is cute,
Recently, it was found that software icons on mac are cute.

(Githug is the villain, Versions is the lotus-like one ).
After opening the software, we first do the simplest thing: connect to the company's svn server and then checkout some projects.

Add a library.


The two addresses are the svn address of the company. After the paste is complete, enter the user's password. The one above will add a "user's @". Click create.
Then, select how to run the project on the server and checkout it.
Similar to all version control tools, other operations include code comparison, update, and submission. However, we have not found any operations related to the concept of conflict.

The preceding operations are performed locally from the server checkout project.
In general, a new project will be uploaded to svn.
This label is not directly displayed on the interface.

However, this will be different from some of our operation habits on Eclipse,
For Android development or Eclipse svn operations, we can directly share a project, and then feel that the plug-in has directly operated on the server project creation, and my work copy is linked to the svn project, then, initialize the import directly and then click OK.
In Version, what you call Import is purely Import. You have not added version control to your local project.
Then you need to re-checkout to create a link.
Versions also has the add working copy option.
I don't know what to do. I found that I added a working copy locally and implemented local code control (local personal development and code management ~~).
The above is the simple use of the software.
However, an annoying bug still occurs during use.
After I submitted the new class, my colleague updated it. The file in xcode could not be found, but the finder opened it and the file was pure,
Therefore, each time the xocde manually deletes files that cannot be found, add these files.
 

Author: Nono_Love_Lilith

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.