Recently I changed the repository directory to reside under a different location.
What I did was to basically copy the entire Subversion directory to the desired location (and rename the old one to test that it is indeed working) and then in the XCode change the Repository location to reflects the new location.
Ever since then, although I do see the correct repository through the repository window, the files in the XCode do not reflect their state and I do not have the repository right click menu items, so I guess that I forgot to change something else / erase some temporary files and so the connection is lost.
Any help would be appreciated,
I suppose the following:
Your working copy still contains subversion information pointing to the old repository, i.e. in the
.svndirectories. Try to re-checkout a working copy from the new repository and work on that with XCode. Be careful if you have made changes to the old working copy since moving the repo; the safest way will be to check out a working copy to a new directory (instead of usingsvn switchin the old one).Note that I don’t use XCode and thus don’t know much about the integration of Subversion into it, but I can imagine that the above might be the problem.