Standalone Svn Client For Mac

Active4 years, 2 months ago

SmartSVN targets professionals who demand a reliable, efficient, and well-supported SVN client for their daily business. With a standalone GUI or integrated in the operating system, on the platform of your choice, SmartSVN lets you continue to work with concepts you already know from other version control systems. – an easy to use source control software for Microsoft Windows and possibly the best standalone Apache Subversion client there is. It is implemented as a Windows shell extension, which makes it integrate seamlessly with explorer. – SVN client for MAC OS X – Versions offers the simplest Subversion on the Mac. In their own words.

I cannot seem to find any good Subversion client for my Mac! I use TortoiseSVN at work, and it's awesome, but it's for Windows only. My colleague uses Cornerstone for his Mac, and it is not bad and has a good interface, but it does cost money.

I could stick with Terminal, but a GUI makes it easier when a lot of merging is needed.

So, any suggestions?

p.s. I like sleek graphical interfaces, my philosophy is this: if the app doesn't look good, stick with Terminal.

CajunLuke
15.7k6 gold badges47 silver badges70 bronze badges
user15322

closed as off-topic by bmikeJul 3 '15 at 16:43

MacMac

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Basic Customer Support or questions asking to recommend or find off-site resources (Mac/book/software/tutorial) are off-topic for Ask Different as they tend to attract opinionated answers and spam. Instead, edit to clearly describe your problem and the research done so far to solve it.' – bmike
If this question can be reworded to fit the rules in the help center, please edit the question.

7 Answers

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.

CajunLuke
15.7k6 gold badges47 silver badges70 bronze badges
fluffyfluffy

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

Philippe GilbertPhilippe Gilbert

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

Standalone Svn Client For Mac Download

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

Graham MilnForGraham Miln
29.5k5 gold badges61 silver badges94 bronze badges

Standalone Svn Client For Mac Free Download

There is also uberSVN - I haven't tried it myself, I use SVN via the Eclipse IDE and/or the command line, so I can't comment on it's quality.

Cornerstone Svn Client For Mac

Jason Salaz
17.1k16 gold badges83 silver badges136 bronze badges
Rene LarsenRene Larsen

I'm using CRAX and I'm finding this software good enough in SVN local repo management. Using it is very similiar to the using TortoiseSVN and TotalCommander on Windows. And this soft is cheeper than other SVN clients for MAC.

EWASEWAS

i know its a bit old but if you dont want any client you can just right click on finder and connect to server input your url and username and password and you can view all the files and folder

TerenceTerence

You can also use the terminal (terminal.app) for small operations.

Type 'svn help' to find out how to use the svn with the promp. ;)

SamirBoulilSamirBoulil