[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Re-use connection for svn:externals

From: <kmradke_at_rockwellcollins.com>
Date: Wed, 10 Feb 2010 12:13:32 -0600

Phillip Hellewell <sshock_at_gmail.com> wrote on 02/10/2010 09:11:40 AM:
> > 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?

I wonder (but have not tested) if it would be possible to exclude some
HTTP
commands from authentication. Things such as OPTIONS and PROPFIND.

This is easy enough to do with LimitExcept rules, but will things break?
Would
file content or information "leak" that shouldn't?

Anyone have some thoughts?

Kevin R.
Received on 2010-02-10 19:14:16 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.