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
I found it's simple to do this via the svn cat command so that you don't even have to specify a revision.
svn cat
svn cat mydir/myfile > mydir/myfile
This probably won't role back the inode (metadata) data such as timestamps.