Revert a file on SVN repository but keep local version
Not sure if there is a feature to do this. But what I would do is
- Take your file and copy it into a separate directory [like on your desktop].
- In your SVN directory, revert
that specific file to the
previous version. - Commit that version so it's now the HEAD version.
- Get your file from the desktop
and copy it back in, and
overwrite it and don't check it
in.
The only choice is to backup your changes then do the reverse merge on the server then copy your changes back into your working copy.