开发者

SVN ignores file

开发者 https://www.devze.com 2022-12-19 08:53 出处:网络
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开发者_高级

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消