Search code examples
svnxcodejson-framework

Xcode SVN can't add JSON directory to repository


I have added the JSON-framework (Stig B - Google code) to my Classes folder (just the JSON directory as per option 1 instructions).

I had subversion set up which was working fine, until i added this directory. If I modify any existing files that were in the repository, they get marked as M and i can commit those, but i cannot commit the JSON directory or any of the files within it.

I also added a separate JSONController class just in Classes, and cannot commit this either.

Is there something i need to do to get subversion to recursively add directories? I have tried Commit Entire Project, the commit happens, just without the JSON directory or my new controller.

The Add To Repository option is not present for either the directory, or the controller.

Thanks.


Solution

  • I had to remove, and re-add the controllers for some reason. Also had to import the JSON directory into the repo directly.