SVN cheat sheet
SVN cheat sheet
This is not the place to learn SVN commands, Im just creating this as a reference to some important commands.
Revert local file changesvn revert <file_name>Take a diff from two revisions svn diff -r <old_revision>:<new_revision> Update to the latest revision svn update "<path>" Update to a specific revision svn update -<revision_number> "<path>"Add new files/directory to tracksvn add <file_name>|<directory_name>Delete with a messagesvn -m "<messahe>" delete "<path>"download file now