- Learning Xamarin Studio
- William Smith
- 338字
- 2021-09-03 10:01:24
Setting up source control
Xamarin Studio comes equipped with integrated source control, including support for both subversion and Git-based repositories. Even if you don't intend to use the integrated source control features of Xamarin Studio, I still recommend that you set it up so your Solution Explorer can reflect the current version control state of the files in your project.
Whether you are using subversion or Git, if you are running on a Windows machine, you will need to install the respective plugin. Also, each option requires access to an outside repository. Refer to your source control provider's documentation for instructions on setting up an account and installing any required plugins.
Once your development machine is ready to support your choice of source control, the process of setting it up in Xamarin Studio differs only slightly between subversion and Git. Since I use Git for all of my projects, I will demonstrate setting up a Git repo within Xamarin Studio by using the following steps:
- Within Xamarin Studio, go to Version Control | Checkout.
- Select the Connect to Repository tab.
- From the Type drop-down list, choose Git.
- In the Url field, enter the URL to your repository.
- If the repository you have chosen is a valid Git repo, all of the remaining fields will populate automatically. Otherwise, complete the remaining fields as required.
- At the bottom of the form, choose a target directory for your local working copy.
- When you are done, your dialog box should resemble the following screenshot:
- Click OK.
- Enter your repo credentials when prompted.
- After your repository finishes downloading, you can close the dialog box.
Tip
Although I use BitBucket for my projects, there are other excellent Git providers available including GitHub, CodeBase, and many more. Be sure to research what each provider offers in the way of services and cost before making your decision, though. Once you select a source control provider you'll find that your choice becomes embedded in the life of your project, and changing it is not a simple matter.
- SoapUI Cookbook
- Learn to Create WordPress Themes by Building 5 Projects
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 零基礎學MQL:基于EA的自動化交易編程
- GeoServer Beginner's Guide(Second Edition)
- Python算法指南:程序員經典算法分析與實現
- C#應用程序設計教程
- Instant PHP Web Scraping
- Scala Data Analysis Cookbook
- Scala編程(第5版)
- Learning Concurrency in Python
- Android 游戲開發大全(第二版)
- 可視化H5頁面設計與制作:Mugeda標準教程
- Magento 2 Developer's Guide
- JavaScript設計模式與開發實踐