Hi,
We use subversion to keep track of our code, just sharing code between us two. However we encounter a problem when we both add or remove file at the same time before the next commit. It seems that whenever we mess with Groups & Files, project.pbxproj under the project package will be modified and subversion cannot take care of that. As a result the project cannot be opened.
My guess is that project.pbxproj keep track of how groups and files are arranged. How do I make this work under Subversion? It is a text file, but somehow it's doesn't seem to be treated as such.