Phillip Hellewell wrote:
> On Wed, Feb 10, 2010 at 3:07 AM, Bert Huijben <bert_at_qqmail.nl
> <mailto:bert_at_qqmail.nl>> wrote:
>
>
> The '3 seconds delay' is most likely caused by the slow opening of
> HTTP sessions which walk up the repository to find the repository
> root. This case is already fixed in HTTPv2. (svn:// is much faster
> than this. And svn+ssh:// depends on other things).
>
>
> If this delay can be reduced to under a second, then that would satisfy
> me personally for now. So what exactly is HTTPv2 and how do I get it?
> Or I can try svnserve, but can it be set up to do Kerberos w/ GSSAPI
> authentication?
HTTPv2 is a custom HTTP protocol we've introduced in the Subversion trunk
client and server code for release in 1.7. While the server will still
honor more strict WebDAV interactions (autoversioning, etc.), we decided
that for performance reasons we'd teach our client code to use a more
optimized WebDAV-like protocol instead.
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2010-02-10 16:53:08 CET