Skip to content

Instantly share code, notes, and snippets.

@ifree
Created December 12, 2013 09:02
Show Gist options
  • Save ifree/7925084 to your computer and use it in GitHub Desktop.
Save ifree/7925084 to your computer and use it in GitHub Desktop.
filter out only changed files in svn
svn log -r0:HEAD -q -v svn://repo.addr |grep "M /trunk/xxx/.*el$"/|uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment