PDA

View Full Version : what source control option is best for xcode 4?




newConvert
Aug 18, 2011, 11:00 AM
Hi, I have 3 developers and we need to get some source control up and running asap, was wondering if there was a preference around here? I was looking at github, which seems reasonable at $12/month, but wanted to double check for some other options. Thanks!



ViviUO
Aug 18, 2011, 04:15 PM
Another, more expensive option is Versions:

http://versionsapp.com/

However, if you use git, there are plenty of free git clients out there.

admanimal
Aug 18, 2011, 04:18 PM
Another, more expensive option is Versions:

http://versionsapp.com/

However, if you use git, there are plenty of free git clients out there.

Versions is just the client, you still need a host for the repository.

Anyway, I just started using Github for some personal projects a month or so ago and I like it so far. They also have a native Mac client app that works pretty well (better than Xcode, IMO). Xcode 4 works fine when dealing with the local repository, but I have had some issues connecting to the remote with it.

Luke Redpath
Aug 18, 2011, 05:51 PM
Github is worth any penny but there is nothing stopping you setting up a remote git repository of your own.

balamw
Aug 18, 2011, 05:56 PM
FWIW I use Beanstalk http://beanstalkapp.com just because I use SVN, but they also do git. Not sure how their pricing compares to github.

I would recommend using a hosted service over rolling your own though, especially if the three devs are not colocated.

B

ViviUO
Aug 18, 2011, 09:21 PM
Versions is just the client, you still need a host for the repository.

Anyway, I just started using Github for some personal projects a month or so ago and I like it so far. They also have a native Mac client app that works pretty well (better than Xcode, IMO). Xcode 4 works fine when dealing with the local repository, but I have had some issues connecting to the remote with it.

I figured that would have been self explanatory. ;)