Hi, according to documentation, one can use svn co --force to sync a local directory that is not in version control with svn. Svn contains the project already. I have tried this but svn detected all existing directories as being deleted "D". Why? I could solve this with svn -R <dir> but this verted all local changes and is no ideal method.
Thanks.