Phillip Hellewell <ssh...@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.