Re: Project caching
Re: Project caching
- Subject: Re: Project caching
- From: Chris Espinosa <email@hidden>
- Date: Thu, 20 Mar 2008 15:27:46 -0700
On Mar 20, 2008, at 1:39 PM, Mark Wagner wrote:
I made some mistakes while adding a target to a project, so I closed
the project and reverted it using Subversion. However, when I
re-opened the project, the target is still there. Is Xcode caching
project files somewhere?
I'm using Xcode 2.4.1.
Nope, at least not on disk. If the project isn't actually closed (for
example, you have another project open that has a cross-project
reference to the closed project) the file system might be hanging on
to the previous copy for Xcode's sake while replacing "the copy on
disk".
It's best to use Xcode's built in SCM rather than to do SCM operations
while Xcode is still open. When you Revert within SCM, it properly
closes and unloads all references to the project before doing the
revert.
Chris
_______________________________________________
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