Re: Documentation on which files in an Xcode project file for source code control.
Re: Documentation on which files in an Xcode project file for source code control.
- Subject: Re: Documentation on which files in an Xcode project file for source code control.
- From: Alex Zavatone <email@hidden>
- Date: Mon, 21 Apr 2014 13:06:05 -0400
On Apr 21, 2014, at 11:10 AM, Jens Alfke wrote: On Apr 21, 2014, at 7:16 AM, Alex Zavatone < email@hidden> wrote:
A client of mine is moving from perforce to SVN (finally joining the previous decade) Talk about skating to where the puck is (or was five years ago)! Anyone migrating SCM systems today should be going to Git or Mercurial.
Yeah, I set up SVN back in 2007 for our graphics to dev pipeline back when were making FiOS at Verizon. It's better than Perforce though, it's integrated into Xcode, so it's go that going for it. Setting up a test last week, running svnserve on my Mac and using Versions.app as the client, with myself and another developer, I noticed that there are several files and folders created that are appear to be user specific, some that are shared, (project.pbxproj) and many being inside the project file itself.
The stuff in “xcuserdata” inside the project file shouldn’t be checked in. Add that path to your source control system’s ‘ignore’ file.
Is that the only folder material that shouldn't be checked in?
Thanks man.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden