svn revert -R .
svn up
This will recursively revert the current directory and everything under it and then update to the latest version.
svn revert -R .
svn up
This will recursively revert the current directory and everything under it and then update to the latest version.