Question

My design-house client needs version control to keep all their new source code I'm writing for them. Subversion seems like a good pick,

All their servers are OSX.

Does anyone know of a good OSX server manager for SVN similar to visual SVN for Windows?

The reason i'm looking for one is because I get the feeling their IT guy is apprehensive to install anything or add anything to the infrastructure. I want to smooth the process as much as possible for him.

Was it helpful?

Solution

As others have said, Versions is a really nice subversion client for OS X. What it is not however, is a svn manager like VisualSVN. I've been looking for a while but haven't been able to find anything similar for OS X. Visual SVN, as you may or may not know, is really just a management console around a specialized apache installation. It works really well, but aside from being convenient there's little difference between VisualSVN and simply rolling your own apache set up.

You might want to check out (no pun intended) SVN Manager: http://svnmanager.sourceforge.net/

Supposedly it should do what you want and in fact by the description it sounds as if it's technically the same as VisualSVN (Apache set up). I haven't tried it (yet) though so I couldn't tell you if or how well it works.

Let me know if you find anything useful!

OTHER TIPS

Check out Versions for OSX

You might also want to look at Cornerstone. This article compares Cornerstone with Versions and loops through other Mac SVN clients as well, though it doesn't seem to cover SynchroSVN

There's also SVN's own list of clients..

BinaryMethod is working on a server manager for Mac OS X. They haven't released it yet, but you could ask to beta test it. The tool is called SvnXact.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top