On the local machine it is no problem to get the revision number of a subversion repository with svnversion. Now I want to get the revision number from my online re
svnversion
svnversion is just for working copies, but one way to query your repository would be to use svn info as follows:
svn info http://nick:password@www.myhost.de/svn | grep Revision