Original Post
I started using Subversion recently as my source code control system and I've enjoyed it so far. I'm using the Tortoise SVN shell integration tool for Windows too. I'm curious about one thing, though. When I execute an "svn update" or choose Update in the tool on one of my working copies, I get an error that a non-versioned file already exists. I understand that SVN isn't going to unnecessarily overwrite a file of mine, but it's really irritating to have to delete the whole directory and re-check it out just to get the latest working copy (that or update each individual file by hand). I've searched around on Google and haven't found a solution for this. Is there a command line switch that I'm just not seeing to avoid trying to update non-versioned files or is this something I have to live with?
