If you find it difficult to use subversion with command line then you can use free subversion clients available on the web which comes with graphical user interface. Here we have listed free subversion clients (SVN clients) for Windows, Ubuntu and Mac operating systems. Using Cornerstone to handle Subversion on the Mac If you use OS X as your development platform, Vincent Danen recommends his favorite Subversion client application for the Mac, the powerful. SVN for Mac (subversion) Discussion in 'Mac' started by Summercool, Nov 22, 2007. There are some things command-line SVN can do that the free version of SmartSVN can't do. Is there a mainstream SVN client for the Mac? For the PC it probably is the Tortoise. For the Mac, it may be svnX. Syncro SVN Client is a very useful tool that makes it easier to share document and code between developers or content authors. It offers full SVN repository support: checkout, export, import, copy, mkdir, rename, branch, tag and delete.
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.
CajunLukeThis question appears to be off-topic. The users who voted to close gave this specific reason:
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.
CajunLukeSource Tree is a good free app for SVN, Git and Mercurial. Best mysql client for mac os. Support is great and it as good look!
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.
Graham MilnGraham MilnThere 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.
Jason SalazI'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.
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
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. ;)