Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 159 Bytes

SVN.md

File metadata and controls

7 lines (7 loc) · 159 Bytes

SVN

log

# Print out the last tag.
svn log -v $SVN/path/tags --limit 1 | awk '/^   A/ { print $2 }' | grep -v RC |  head -1
# /path/tags/1.0.1