I have found various examples of how to revert an SVN commit like
svn merge -r [current_version]:[previous_version] [repository_url]
or
svn merge -c -[R] .
But neither of them seems to work. I tried those commands and checked the files that were changed by hand.
How do I revert a commit with revision number 1944? How do I check that the revert has been done (without looking in the actual file to the changes have been reverted)?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…