Re: Xcode 3 deletes the strings.pbxstrings folder
Re: Xcode 3 deletes the strings.pbxstrings folder
- Subject: Re: Xcode 3 deletes the strings.pbxstrings folder
- From: Jack Repenning <email@hidden>
- Date: Mon, 12 May 2008 11:29:25 -0700
On May 12, 2008, at 10:54 AM, Juan Dent wrote:
Hi
I am using Subversion, and I found that when you open an Xopen project
deletes all the contents of several subfolder of build and thus also
removes
the .svn hidden folder, which messes up Subversion and makes it
impossible
to Commit at the project level.
You're versioning the build folder? That's probably not a good idea.
Which version of Xcode are you using? Xcode 3.0 has a tremendous
amount of work in cooperating well with Subversion, vastly better than
earlier versions. But it's only improved in the areas where you're
expected to be using Subversion, and I don't think that includes
build/. So that's one reason I suggest not versioning build/.
Another is that it's a general principal not to version anything that
can be generated from the other versioned stuff. By definition,
build/ is like that. Or, if your build/ directory is *not* fully
regenerable, then you really should work on that. For example, if
your process involves building some stuff into there, hand-editing
something, and then building some more, you should turn those "hand
edits" into script targets.
-==-
Jack Repenning
email@hidden
Project Owner
SCPlugin
http://scplugin.tigris.org
"Subversion for the rest of OS X"
_______________________________________________
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