We have a web application deployed to a server, which was done via an svn update. Now, I want to know what revision number was deployed to that server. What command do I use to get this information?
Also, once I get this revision number, I want to deploy that revision to another server. How do I do an svn update and specify a revision number?