Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good version control for a Mac environment? [closed]

I'm a Windows developer looking to do some Cocoa dev on a Mac. I'm familiar with Subversion, TFS, Sourcegear Vault, CVS and VSS in a Windows environment. What version control should I look at using in my new, unfamiliar Mac environment?

I will be doing 95% of the development, with the other 5% coming from one or two other people. However, it is probably safe to assume I will be the only one making commits.

Is there a good Subversion client for Macs? I have a repository already setup that I could use, but I also wouldn't mind using something else. What do you recommend?

like image 506
Nathan DeWitt Avatar asked Jul 10 '09 04:07

Nathan DeWitt


2 Answers

Personally, I would probably just use subversion from the command line. If you are looking for a nice GUI I have heard good things about:

http://versionsapp.com/

like image 55
Gavin H Avatar answered Oct 15 '22 18:10

Gavin H


Seeing as you're already in an unfamiliar environment,
why not go the whole hog and start using git?
Prebuilt binaries abound and for me, switching to git
this year brought me an increase in productivity.

You can also try gitx which, amonst other things,
generates nice, colourful, London metro style graphs of
of your commits and merges.

like image 41
Rhythmic Fistman Avatar answered Oct 15 '22 18:10

Rhythmic Fistman