Skip to content

Instantly share code, notes, and snippets.

@ifree
Created December 17, 2013 08:13
Show Gist options
  • Save ifree/8001626 to your computer and use it in GitHub Desktop.
Save ifree/8001626 to your computer and use it in GitHub Desktop.
print svn version
[xml](svn info -R $path --xml).info.entry|? {[int]$_.commit.revision -gt 214 -and $_.path -like "*.hpp"}|%{$_.commit.revision+":"+$_.path}
@ifree
Copy link
Author

ifree commented Jun 11, 2014

print svn version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment