The SVN version that comes with the Mac is still 1.6, and the latest versions has been updated to support version 1.7, with 1.7 versions under Windows so you want to update the Mac version.
OK, nonsense not much to say, simple description of operation steps:
- To Apache download Subversion source code, address is: http://subversion.apache.org/;
- Compile find make no, then go to Xcode inside the preference->downlaods->components install command line Tools;
- Open the terminal again to find already can make;
- We're going to unzip the downloaded file: TAR-XVF xxx.tar.gz;
- To unzip the directory, run:./configure, complete the relevant configuration;
- Then run sudo make install to complete the installation;
- After the installation is finished running SVN--version--quiet view version found is still version 1.6, so we have to rename the original SVN;
- Go to/usr/bin directory renaming: MV SVN svn_old;
- Reopen a terminal, run SVN--version--quiet Discovery version information has become 1.7.xx;
Mac SVN Related tutorials:
Cornerstone Configuration and simple use
Update SVN under Mac