I'm trying to get the revision information for the head using this command line
svn info https://myserver/branches/Code_Improvements -rHEAD | find "Revision"
However, this returns Revision : 1234
Since I'm using the result of the svn info command to set a variable in my batch file, is there a way I can get just the number 1234, instead of response Revision : 1234.