SVN ignores file
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 er开发者_高级运维ror 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.
You might have a filter up for files with an extension like that. You can just check your svn settings and see if you have any active filters running.
精彩评论