I am a newbie for iPhone Programming. I would like to know how can we manage working on the same code in team in iPhone SDK?
Any easy tutorials to implement this would be helpful.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t need to ‘implement’ anything.
If you prefer git, tag info has some references and this question gives a lot of useful recipes.
For subversion, check its tag and ‘subversion book’ link in there.
After that, just add your working directory to source control (excluding build dir and personal settings).
Those tools aren’t iphone-specific, so you can use them in any project in any language in the same way.
PS zneak mentions xcode integration for svn, but I can’t judge how useful it is.
edit
Git community book seems like a good starting point too. I’ll add it to the tag wiki.