Skip to content

Instantly share code, notes, and snippets.

@kakajika
Last active August 29, 2015 14:20
Show Gist options
  • Save kakajika/b52d3c4d2b1860bab6a1 to your computer and use it in GitHub Desktop.
Save kakajika/b52d3c4d2b1860bab6a1 to your computer and use it in GitHub Desktop.
Echo svn working copy's max revision number including external files.
echo $(svn status -v | awk '/^ *[0-9]* *[0-9]* .*$/ {if(REV<$2) REV=$2} END{print REV}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment