so we have a folder. it is under svn. we do not want to download all svn, ither that folder. We want to get the latest date of any of its contents (any file, any sub folder) last modification, and we want to get which file was modificated last. So example folder http://svn.boost.org/svn/boost/sandbox/boost/extension . So how to do such thing?
BTW: can we get such info from svn server via browser?
Now that I’ve found a command reference, you should be able to just do:
Which should output like:
This probably being the important line:
For reference, since I can never find it… subversion helps available here