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
svn info, I believe, is what you want.
svn info
If you just wanted the revision, maybe you could do something like:
svn info | grep "Revision:"