在Xcode SCM中,如何在提交SVN时忽略一些运行时文件?
答案 0 :(得分:2)
vi~ / .subversion / config 在配置文件中找到global-ignores,在下面添加忽略列表:
global-ignores = *〜.nib * .so * .pbxuser * .mode .perspective * .o * .lo .la##。*。rej .rej。〜〜。# .DS_Store
找到enable-auto-props,改成enable-auto-props = yes 在[auto-props]部分中,添加
.mode = svn:mime-type = text / X-xcode
*。pbxuser = svn:mime-type = text / X-xcode
.perspective = svn:mime-type = text / X-xcode
*。pbxproj = svn:mime-type = text / X-xcode