5 January 2016
How to revert an accidental Subversion commit
Occasionally, you may have accidentally committed something you don’t want to a Subversion repository (possibly with a Trac or Redmine frontend). Here’s some notes on how to back those changes out. Note that in Git, you may be able to amend a commit. This is generally not feasible in Subversion, thus this post.
• • •