Xcodeからlibxxx.aを登録するとエラー
本日は、Xcodeからlibxxx.aを含むフォルダをコミットしようとしたところ、
なぜか、幾らやってもうまくいかない!!
おのれ、またか、Xcode!!
と思って調べてみたところ、どうやら単純にsvnの設定が悪かったようです。
/Users/[ユーザー名]/.subversion/config
配下にあるglobal-ignoresに設定されている場合、うまくいきません。
[miscellany] ### Set global-ignores to a set of whitespace-delimited globs ### which Subversion will ignore in its 'status' output, and ### while importing or adding files and directories. ### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'. global-ignores = *.o *.lo *.a *.la *.al .libs *.so *.so.[0-9]* *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store
最底辺のくせに疑ってしまってすみません。アップルさん
ディスカッション
コメント一覧
まだ、コメントがありません