SyntaxFix
Write A Post
Hire A Developer
Questions
For a single file, you could do:
svn export -r <REV> svn://host/path/to/file/on/repos file.ext
You could do svn revert <file> but that will only restore the last working copy.
svn revert <file>