anyone know any good mac version control software? if so why is do you reccomend it, dont mind paying a little money for the software

edit: thanks everyone for the information so its come down to Mercurial vs SubVersionsapp (SVN)

link|improve this question

What do you mean with that? Something like CVS, SVN, git, etc.? – Felix Kling Jul 9 '10 at 12:31
yer basically, so if your developing a project it will automatically keep track of the changes you have made from version 1.0.0 to version 1.0.1 for example – Ryan Murphy Jul 9 '10 at 12:41
feedback

5 Answers

up vote 2 down vote accepted

We use SVN (mac client) at work from all different platforms. Git (mac client) or Mercurial (mac client) would work as well. Personally, I wouldn't pay for something like this unless you're using an IDE that has integrated SCM as part of it's paid offering. This is an area where the free/open source solutions have actually been preferable to paid solutions for many years. If you don't feel comfortable supporting it (maintaining the repository, backups, etc.), you might want to look at a hosting service for the repository.

link|improve this answer
feedback

Check out http://versionsapp.com/ for an SVN client

For git, check out the answers to: http://stackoverflow.com/questions/455698/best-visual-client-for-git-on-mac-os-x

link|improve this answer
feedback

If you're looking for a GUI client you have GitX for git but if you're looking for the actual vcs i think most of the major ones have a git port.

link|improve this answer
feedback

Mercurial works really well on a Mac

link|improve this answer
feedback

Currently Xcode has CVS and Subversion integrated into it, and I wouldn't recommend CVS. Maybe a future version of Xcode will support more version control systems.

link|improve this answer
Yep! Xcode 4 (currently in private beta) is known to support Git :-) – Zheileman Jul 13 '10 at 8:26
@Zheileman: Actually, I knew that, but I try to respect NDAs. :-) – JWWalker Jul 13 '10 at 15:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.