How to get a checkout-able revision info from subversion?
- by zhongshu
I want to check a svn url and to get the latest revision, then checkout it, I don't want to use HEAD because I will compare the latest revision to others.
so I use "svn info" to get the "Last Changed Rev" for the url like this:
D:\Project>svn info svn://.../branches/.../path
Path: ...
URL: svn://.../branches/.../path
Repository Root:…