I have a file as shown below in an SVN repo that I would like to revert to a previous version. What is the way to do this in SVN? I want only downgrade this particular file to a
For a single file, you could do:
svn export -r svn://host/path/to/file/on/repos file.ext
You could do svn revert but that will only restore the last working copy.
svn revert