/ Published in: Bash
gets the svn version of the cwd
Expand |
Embed | Plain Text
VERSION_STRING=`svnversion | ack -o "([^:]{3})M$" --output='$1'`
You need to login to post a comment.
iloveitaly on 01/05/10
get svn Shell Bash script subversion version retrieve revision
gets the svn version of the cwd
VERSION_STRING=`svnversion | ack -o "([^:]{3})M$" --output='$1'`
You need to login to post a comment.