Skip to content

Instantly share code, notes, and snippets.

@dyorgio
Created July 30, 2015 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyorgio/d91b0eb808085f425fa9 to your computer and use it in GitHub Desktop.
Save dyorgio/d91b0eb808085f425fa9 to your computer and use it in GitHub Desktop.
List svn log, just on trunk
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