Re: Which XCode files to version control? (Was: .mode1 files and version control)
Re: Which XCode files to version control? (Was: .mode1 files and version control)
- Subject: Re: Which XCode files to version control? (Was: .mode1 files and version control)
- From: Scott Tooker <email@hidden>
- Date: Wed, 11 Aug 2004 20:33:33 -0700
To address this specifically. The project.pbxproj file needs to be
under SCM control since it holds the vast majority of project info (and
the info is shared across all users).
The <username>.pbxuser and .mode1 files are less necessary, though many
of us store them in CVS more for archiving than anything else. However,
remember that the .pbxuser file does store any per-user information
like custom executables or bookmarks.
Scott
On Aug 10, 2004, at 10:45 PM, Heath Raftery wrote:
Is it safe to commit one and not the other? Is there any official word
here? And was or is this seperation of project and user settings a
consideration in XCode's development?
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.