Title says it all: I'd like to have a particular version-controlled file always be clobbered by the head revision when I do an SVN update, instead of manually having to resolve it every time I update. Does such a property exist? Or, less likely, does Tortoise SVN have its own option for that?
Edit: Some more explanation - there is a particular built file which gets checked in by a build machine; when working locally, I recompile that file myself if I'm working on its source. When I do an update on my entire repository, I really don't care if that particular file gets clobbered, since I'll just recompile it myself regardless. Force syncing is not really an option, because I don't want to accidentally clobber my source files, just these particular exceptions.