Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Standalone SVN client for Mac OS X

Tags:

macos

svn

Tortoise SVN on Windows allows a single user without a network connection to create a repository on the user's machine to check code into, without needing any separate server installation or configuration. This is very useful for lone developers. Is there an SVN client for Mac OS X with this feature?

like image 320
Liam Avatar asked Jul 31 '09 20:07

Liam


2 Answers

I've heard good things about Versions.

like image 159
Evan Meagher Avatar answered Sep 25 '22 19:09

Evan Meagher


Besides just using the command line, the short list of graphical clients (just off the top of my head) for Mac OS X are:

Versions
svnX
Cornerstone
SCP plugin

and don't forget that Xcode can natively interface with both CVS and subversion without needing external tools.

like image 38
Peter Avatar answered Sep 26 '22 19:09

Peter