The company has provided a new MacBook Pro for a long time. When I was unable to install SVN, I had the urge not to use it.
1. after installing xcode 4.5, xcode comes with SVN, but you need to download a command toools integrated with xcode 4.5 to open xcode. Click the menu item "xcode"-"Preferences" (shortcut: command +,), select the "downloads" page, and then download and install
"Command line tools ":
2. Open the terminal after the download: SVN ls your SVN path, such as SVN: N
Ls https: // 192.168.1.205: 8443/SVN/augustxcodeprobackup
After entering the password for the installation program, enter the user name and password. If an error is entered, there will be related prompts. There is only one reason for the error, or the error expires.
Or the password is incorrect.
3. Open the xode homepage, click Connect to a repository, enter the svn address in location, and next appears. Click continue.
Note:
In some versions, you can enter the address in your terminal, but I find that it does not work. The solution is to add it before your IP address.
SVN: // user name + @ + SVN path is OK, such as: https: // xxxxx@192.168.1.205: 8443/SVN/augustxcodeprobackup