Re: pbxproj and pbxuser files hammered in CVS; using -z3?
Re: pbxproj and pbxuser files hammered in CVS; using -z3?
- Subject: Re: pbxproj and pbxuser files hammered in CVS; using -z3?
- From: Brent Gulanowski <email@hidden>
- Date: Thu, 12 Aug 2004 21:04:50 -0400
On Fri, 13 Aug 2004 07:55:12 +0800, Glen Low <email@hidden> wrote:
> Hi All,
>
> After a couple of days using Xcode 1.5 with CVS, I've isolated the
> following behavior:
>
> Quite often Xcode will try to do a "cvs status glenlow.pbxuser
> project.pbxproj". It does this whenever you open an Info window on some
> other file for example, and at several other times, slowing CVS usage
> down to a crawl. I tried putting in a .cvsignore, but Xcode doesn't
> seem to look at these -- in fact the only thing was to throw away the
> CVS subdirectory of the graphviz.xcode directory, effectively removing
> the project file itself from CVS. Not an ideal solution -- any one
> having similar experiences with CVS, any solutions?
>
The reason Xcode is checking the status of those files is merely that
the .xcode bundle is being treated (unsurprisingly) as a directory
which is part of the repository, and those two files inside it are
versioned.
You pretty much need to version project.pbxproj -- that is if you want
to version the project settings, including all of your target and
build settings and which files are part of the project; otherwise
you'll have to regenerate them.
I have never had problems with CVS and .pbxproj files that I can
remember (but I seem to have uncanny luck with CVS most of the time
compared to the average tales of woe).
Xcode does look at cvsignore in the sense that cvs looks at cvsignore
and Xcode merely calls cvs. I put my cvsignore in the repository
(rather than, say, my home directory, though that works too except it
messes with other non Xcode projects).
I can only think of one workaround, which is to turn of SCM until such
time as you want to commit and/or update, and this will avoid Xcode
running status commands. Otherwise I'm stumped!
--
Brent Gulanowski
http://www.boredastronaut.com
_______________________________________________
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.