Locating changes made between two revision in SVN


/ Published in: Bash
Save to your folder(s)

This command lists all the differences that were made between two revisions in SVN.


Copy this code and paste it in your HTML
  1. svn diff -r r1:r2 --summarize http://you-branch-url.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.