Skip to content

Instantly share code, notes, and snippets.

@gerjantd
Created April 15, 2012 07:41
Show Gist options
  • Save gerjantd/2390751 to your computer and use it in GitHub Desktop.
Save gerjantd/2390751 to your computer and use it in GitHub Desktop.
Subversion: how to get all changed files between two revisions
#!/bin/sh
svn log -vqr x:y | egrep '^ +[ADM] ' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment