Re: [HTTPv2] Revision root for HEAD resource

2011-05-20 Thread Greg Stein
Ivan and I just spoke in person, and the summary of what I described is: using "HEAD" for the revision number opens us up to problems. If we started checking out !svn/rvr/HEAD when that was r10... but halfway through the checkout, we might start fetching r11 resources. We need a *consistent* revisi

[HTTPv2] Revision root for HEAD resource

2011-05-20 Thread Ivan Zhakov
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 i