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/ |moreList all branches with authors and date information
svn list -v http://x.x.x.x/path/to/svn/project |sortReplace 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 > filesvn log --diff -v -r {2019-02-14} http://x.x.x.x/path/to/svn/project |moreDo 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/projectSVN Cleanup
svn cleanupsvn resolveRemember the differences between resolve and resolved
svn resolved <file>