Return to Snippet

Revision: 22212
at January 5, 2010 21:31 by iloveitaly


Initial Code
VERSION_STRING=`svnversion | ack -o "([^:]{3})M$" --output='$1'`

Initial URL


Initial Description
gets the svn version of the cwd

Initial Title
Get Subversion Revision of Directory

Initial Tags
svn, Bash, script

Initial Language
Bash