Skip to content

Instantly share code, notes, and snippets.

@vls
Created September 23, 2011 05:20
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 vls/1236794 to your computer and use it in GitHub Desktop.
Save vls/1236794 to your computer and use it in GitHub Desktop.
get the comment of the last commit in svn
#get the comment of the last commit in svn
svn log -q -v --xml --with-all-revprops -r head | grep "^<msg" | sed -e "s/<msg>\(.*\)/\1/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment