Xcode "Project" versus "project", removing association with SVN working copies -


if fresh checkout of project new working directory location using svn command line "svn checkout " , open new foo.xcodeproject retains references previous working copy location. under source control menu show both new working copy , old. and, in "issues inspector" there 2 headings "foo project" , "foo project". 1 capital p has different icon have never seen before, , lists 1000's of issues missing files old working directory (which deleted file system).

how xcode forget old working directory? missing files have nothing xcode, in repository android build. have never referenced them within xcode, guess has decided manage them since referenced .svn files. block checkins due tree conflicts. figured out how svn "sparse" checkout exclude these files local working copy, seems have solved problem, except xcode still trying find files in previous working copy did not sparse checkout.

so, how manage files xcode thinks part of capital p project? or, how control working copies appear under source control menu? see options configure, not remove.

grep -r on foo.xcodeproj revealed there absolute file paths in project configuration referencing files in old working copy. caused xcode bring old working directory project workspace. making sure file paths relative project fixed problem.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -