Background: Today I got into a new unit, with the SVN, I used to win under Git and svn, and then I now use my own Mac to develop, so have the title of the question
Blog Origin: read a few blog writing is very cumbersome, look at half a day to solve my doubts, so I write a record.
I would like to emphasize that: Mac has its own SVN
Take three steps:
First: Let the company's operations, you open a company svn account, username = XXX Password=xxx
Second: The company will give you an SVN project address: Similar to: svn://Domain name:/project directory
Third: Directly in the directory you want to pull the replacement code to enter:svn checkout svn项目地址 --username=XXX --password=XXX
And then it's OK!
Reference blog:
http://www.jianshu.com/p/222575cee609
https://cnbin.github.io/blog/2015/06/13/mac-da-jian-svn-fu-wu-qi-huan-jing/
How to replace the code with SVN pull under Mac