Show all modified files (-v) Their changes (--diff) In a particular revision (-r)
svn log -v --diff -r revision-number[:until-revision-number] http://x.x.x.x/path/to/svn/project/branch-name/ |more
List all branches with authors and date information
svn list -v http://x.x.x.x/path/to/svn/project |sort
Replace current file with the file in another revision To get it ready to be committed again
svn cat -r 1138 http://x.x.x.x/path/to/svn/project/branch/file > file
svn log --diff -v -r {2019-02-14} http://x.x.x.x/path/to/svn/project |more
Do not forget the dot (.) at the end
svn revert -R .
svn merge -r revision-number[:until-revision-number] http://x.x.x.x/path/to/svn/project
SVN Cleanup
svn cleanup
svn resolve
Remember the differences between resolve and resolved
svn resolved <file>