Skip to end of metadataGo to start of metadata
Svn For Mac Client
-Don't use SVN in Apple's command line tools package
-Don't get SVN with MacPorts either
Subversion binaries for Mac OS X can be downloaded from the community downloads section of Collabnet site. Ensure that you download the correct version for your Mac OS X machine (there are separate downloads for Leopard and Snow Leopard). Unfortunately, in order to download you need to register an account at Collabnet site. It's not Mac OS X native, but you can give Eclipse's SVN client a try. It works on Mac OS X, and it's pretty good.
-Get SVN with Homebrew brew install --universal --java subversion
-When this hangs in the middle of installation, cancel with control-c and re-run the preceding step. If Homebrew gives you cleanup instructions, follow them.
-The second execution of the aforementioned install should succeed.
-Create a symlink to make JavaHL visible to Java (this will allow the Subclipse Eclipse plugin to find it): sudo ln -s /usr/local/lib/libsvnjavahl-1.dylib /Library/Java/Extensions
See Full List On Docs.microsoft.com
-Now the new svn installed by homebrew should be at /usr/local/Cellar/subversion/1.7.7/bin/svn with a symlink already pointing to this at /usr/local/bin/svn. Make sure /user/local/bin/svn is before all other SVNs in your shell's path and you should be using this preferred Subversion that actually works with the emoryoit repository.