Search code examples
svnxcode4

How to remove properly a file on xcode 4 with svn version control


When I remove a file or a folder with the finder from my projet on svn version control I always got a warning:

file://localhost/Users/XXX/Documents/Projets/XXX/file.jpg: warning: Missing file: /Users/XXX/Documents/Projets/XXX/file.jpg is missing from working copy

How to delete the file properly ? This file is not showed on the project navigator.

Thanks.


Solution

  • had the same issue, and I just solved it by:

    1. delete the repository in Xcode's Organizer
    2. quit Xcode
    3. delete all .svn hidden folders (also within the *.xcodeproj file)

    Hope this works for you as well.