svn undo last change

Suppose we want to undo the last ci (revision 100) back to 99 for the changes in current directory.
svn merge --revision 100:99 .
or
svn merge -c -100

No comments: