Is there a single Subversion command that would “reset” a working copy exactly to the state that’s stored in the repository? Something like git reset --hard or
git reset --hard
svn revert . -R
to reset everything.
svn revert path/to/file
for a single file