1. Open the terminal input
xcode-select -- install
View version number
svn -- version
2. Download the code from the server to the client, which is still input by the terminal
svn checkout svn://192.168.1.1/dev/project --username=svnUserName --password=svnPasword /Users/huangenai/test
svn://192.168.1.1/dev/project Update the server code to the client, first CD test, enter the file directory where you want to update the code, and then execute the command.
svn update