Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Can anyone suggest a free or relatively inexpensive source control system for 1-3 devs, which will work cross-platform between Windows and OSX?

I've been looking at Mecurial, which claims to be free for up to 5 devs, but I am unclear about how it works. It appears to be a client-client system, which is appealing because it means we don't have to rely on and pay for some remote hosting somewhere, but how do the clients communicate? I am guessing (perhaps wrongly) that each client will need a static IP and will need a port opening in the firewall.

Any advice or recommendations very much appreciated.


Kind wishes ~ Patrick
Posted

Bitbucket[^] is a git repository and has Windows and OSX client too...
 
Share this answer
 
Please see this my past answer and answers referenced there: The associated source control plug-in is not installed or could not be intiialized[^].

Yes, revision control system has to be cross-platform and also open-source.

Also, it's not a problem to have one which is light-weight, reliable, widely used, well supportable and based on compatible storage. I suggest you consider Subversion, git, Mercury.

See also:
http://en.wikipedia.org/wiki/List_of_revision_control_software[^],
http://en.wikipedia.org/wiki/Revision_control[^].

—SA
 
Share this answer
 
v2
Comments
[no name] 17-Mar-15 19:38pm    
SA The first link isn't working.
Sergey Alexandrovich Kryukov 17-Mar-15 21:34pm    
Thank you very much. This is very unfortunate that people removed a questions with so useful answers.
I modified my answer above, please see.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900