Created
July 30, 2015 18:05
-
-
Save dyorgio/d91b0eb808085f425fa9 to your computer and use it in GitHub Desktop.
List svn log, just on trunk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls */trunk | grep trunk | awk '{print substr($1,0,length($1) - 1)}' | svn log $1 -v -r {2015-07-10}:{2015-08-01} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment