Svn - Revert

About

revert is not recursive by default.

Management

  • Revert the change for one file
svn status
svn revert <path>
  • Revert the change for all files
svn revert -R <path>

Powered by ComboStrap