Get Subversion Revision of Directory


/ Published in: Bash
Save to your folder(s)

gets the svn version of the cwd


Copy this code and paste it in your HTML
  1. VERSION_STRING=`svnversion | ack -o "([^:]{3})M$" --output='$1'`

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.