Hi, Currently in HTTPv2 enabled server we have various special stubs URL that client can construct without contacting the server. One of them is revision root: '!svn/rvr/REV/' [1] REV can be only valid revision and in many cases client still has to request HEAD revision to construct URL.
So, is it makes sense to allow HEAD for revision number to be able construct revision root URL without contacting the server? [1] http://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/http-protocol-v2.txt -- Ivan Zhakov