On 26-May-10 23:37, Daniel Becroft wrote:
    The folder is still there, without a .svn folder inside it, and svn
    doesn't know what to do with it.
    C:\wc>svn st
    ?       log


Now SVN knows the folder is unversioned ...

But only according to the false assumption it made that the folder was deleted from the repository.

I get in a similar state when updating and there is a tree conflict between an incoming add and a local add (both of a file). Resolving or reverting ends up making the working copy believe that the file doesn't exist anywhere. The only way to restore order seems to be to completely delete the parent folder (and its .svn of course) and update the working copy again.

--
Stein

Reply via email to