Is there a Subversion command to show the current revision number?
After svn checkout I want to start a script and need the revision number in a variable.
svn checkout
I think I have to do svn info and then retrieve the number with a string manipulation from "Revision: xxxxxx" It would be just nice, if there were a command that returns just the number :)