Search code examples
svnmacosversion-controlvisualsvn

Similar SVN Server software for OS X that's like Visual SVN


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.


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!