SVN client for Mac [closed]

Solution 1:

Xcode has a built-in SVN client which is merely okay. Some people seem to like SvnX, but I've not been happy with its user interface.

But here's a different idea: unless you have some specific reason to stick with SVN and ONLY SVN, you could try Git. Git comes with a few GUI tools (which are invoked from the command line), and you can continuously integrate between Git and SVN repositories with very little effort. The Git branching model is also especially fantastic for collaboration, although even for single-person projects I like it much more than SVN, as it gives me a lot more flexibility in how I manage and release my projects. There are also a number of fantastic GUIs for Git on OS X, many of them free, and I believe Xcode supports git directly now, too.

Solution 2:

Source Tree is a good free app for SVN, Git and Mercurial. Support is great and it as good look!

Solution 3:

svnX is an graphical client to subversion (svn) for Mac OS X.

Not the most pretty client but svnX is open source and has been actively supported for many years.

Screen shot of svnX 1.3 for Mac OS X