On Thu, May 27, 2010 at 8:55 PM, Stein Somers <ssom...@opnet.com> wrote: > 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.
Surely not: you removed any way for it to know what you have locally is what is in the repository. The 'log' directory you have locally can't be overwritten with what's in the repository because they *may* not be the same thing. If they are not, Subversion would be destroying data if it would overwrite it. How do you get to the conclusion the assumption is that the folder was deleted from the repository? Bye, Erik.