---restore content starts---
This article focuses on how to connect with Xcode after the Windows 7 virtual machine successfully builds the SVN server under Mac and upload detailed steps for the original project.
For information on how to configure a virtual machine under Mac, refer to:
Http://www.cnblogs.com/syc2016/articles/5151056.html
For information on how to configure the SVN server under the Windows 7 virtual machine under Mac, refer to:
Http://www.cnblogs.com/syc2016/p/5151420.html
First, the Operation procedure
1. Open the Visualsvn-server on the virtual machine, right click on the repositories and follow the action.
2. Click "Next" to pop up the following screen.
3. The name of the new SVN library here is set to "test".
4, the following three interface sequence click "Next", "Next", "Finish"
5. Create the user, copy the address, and write the acquired address into a new TXT file as in. The user name I created this time is: ZS, password: 123
6, check the local address, replace "Win-1mv34l288hn" with the IPv4 address "192.168.162.128".
7. Copy the address of the "new text document" On your Mac, and use Xcode to create a new project as the original project and save it on your desktop. Ready to upload to the SVN server, (here I named the original project with "first"). When creating a project, be sure to create one step at a time, when the following interface, remember not to check the "creat Git repository" option (because Xcode default support SVN, and Git two kinds of code management method, if checked, will make the project into Git management mode, Cause SVN not to be used).
8, close the project, come to the Windows interface, find the first folder (here does not use the Terminal input command line method to solve, may be more troublesome, but very basic), in order to perform operations.
① Chart Select "Tortoisesvn->import"
② pop up the following window and click "OK"
When ③ appears, it proves that the original project was successfully imported into the SVN server.
④ Inspection Results VISUALSVN interface, check the "Test" library, click the Refresh button, the show proved to be successful ~ ~
9, back to Xcode in the following interface, the implementation of the 10 steps.
10. Select "Check out" subordinate to "Source Control".
11. Enter the address in step 6 into the column, click "Next"
12, when the following interface appears, click on "Show Certificate", pop up the 13 interface.
13. Tick the item in the chart, then click Trust.
14, enter the Mac password, after doing this, click Update Settings, pop up the 15 window.
15. Enter the user you just created in SVN and click "Next"
16. Enter the following screen to select the storage address as the desktop and click "Next".
17, Finished ~ ~
18, Commit, update and other operations are in the expansion of the column.
I believe everyone will also, here will not talk more ~ ~
If you have any questions about the content of this article, leave a message ~ ~
How to connect to Xcode after a Windows 7 virtual machine successfully builds an SVN server under Mac and upload detailed steps for the original project