/ Published in: Bash
gets the svn version of the cwd
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
VERSION_STRING=`svnversion | ack -o "([^:]{3})M$" --output='$1'`