How can I remove files&directories (from my localcopy) that have been already removed from svn repository (server) by somebody else?
I'd like to keep my changes (and added files) untouched. And by "my changes" I mean that I have added some new files but their are not yet under svn (their have the "?" status).
After performing "svn update" and "svn stat" I get a list of files that prefixed with "?" - those files are my changes mixed with deleted files.
Is there any way to remove those "deleted" files? It would be nice to delete them only if they are not modified by me.