Skip to content

Instantly share code, notes, and snippets.

@zszugyi
Created May 4, 2012 21:24
Show Gist options
  • Select an option

  • Save zszugyi/2597816 to your computer and use it in GitHub Desktop.

Select an option

Save zszugyi/2597816 to your computer and use it in GitHub Desktop.
([xml] (-join (svn log -r $version:HEAD --xml))).log.logentry | ? { @('zszugyi', 'author2') -contains
$_.author } | foreach-object { svn diff --no-diff-deleted --summarize -r ("" + (-1 + $_.revision) + ":" + $_.revision) }
> .\changed_files.txt
Get-Content .\changed_files.txt | foreach { $_.split(" ")[7] } |sort |Get-Unique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment