diff --git a/sunrise-commit b/sunrise-commit
index fd3465c..9915800 100755
--- a/sunrise-commit
+++ b/sunrise-commit
@@ -178,7 +178,7 @@ vcs_reset() {
 		git checkout -f -- "${@}" 2>/dev/null || req rm -f -- "${@}"
 	elif [ ${SC_VCS} = svn ]; then
 		req rm -f -- "${@}"
-		svn up -- "${@}" >/dev/null 2>&1
+		svn revert -- "${@}" >/dev/null
 	fi
 }