Skip to content

Instantly share code, notes, and snippets.

@GideonBabu
Created January 22, 2020 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GideonBabu/9093f9483b6e8875031179a6556e04b0 to your computer and use it in GitHub Desktop.
Save GideonBabu/9093f9483b6e8875031179a6556e04b0 to your computer and use it in GitHub Desktop.
SVN useful commands
// to revert a file
svn revert filename
// to revert all the files inside folder named [htdocs]
// http://svnbook.red-bean.com/en/1.8/svn.ref.svn.c.revert.html
cd htdocs
svn revert -R .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment