Hello,
I added another XCode Project file into my repository using "svn add"
But the problem is that when I want to check out the repository the added .xcodeproj package is empty and I get an error from XCode - cannot find .pbxproj file.
I'm sure that I don't have "*.pbxproj" set in my global igonres.
Why doesn't SVN add files included in the package? How can I make SVN add .pbxproj files?
Thanks.