Re: Core Data Versioning
Re: Core Data Versioning
- Subject: Re: Core Data Versioning
- From: Jens Alfke <email@hidden>
- Date: Wed, 9 Jun 2010 14:53:13 -0700
On Jun 9, 2010, at 12:08 PM, Pelaia II, Tom wrote:
> Yes, this issue is an annoyance. You have to manually remove the ".svn" file from the new copy otherwise it confuses Subversion. It would be nice if Xcode didn't copy the .svn file during this operation.
I know this isn’t the most useful answer (since no one loves changing version control systems) but for future reference, the newer systems like Mercurial and Git don’t put hidden directories at every level of the repository the way SVN and CVS do. Instead they just create a single “.hg” or “.git” directory at the root level. This makes it a lot less painful to work with bundle-based documents like data models.
—Jens _______________________________________________
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