Hi,
I need some clarification about the behaviour of "svn switch". I'm using svn version 1.6.5.
From reading the manual, my understanding of the behaviour is that local changes will be preserved. So I would expect a locally-added file to still exist in my working directory after svn switch.
However, my colleagues and I have seen several instances where new files get deleted by the switch. Unfortunately, we can't figure out how to reproduce this.
Is there some circumstance (either a feature or a known bug) under which "svn switch" deletes locally-added files?