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

Re: [TSVN] Re: authentication dialog fired twice

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-10 18:15:18 CET

Zrubavel wrote:
> SteveKing wrote:
>
>> If you're using Apache as server, then please post your Subversion
>> <Location> block of your Apache config file.
>
>
> In addition to <Location> block, i'm posting excerpt from TCP dump
> showing the beginning of the *second* exchange between client and
> server. As you can see, no 'Authorization:' header is sent initially.
>
> --------- from httpd.conf ---------
> <Location /Snore>
> DAV svn
> SVNPath C:\Projects\SVN\Snore
> AuthType Basic
> AuthName "Snore Project Repository"
> AuthUserFile C:\Projects\SVN\SnoreUsers.dat
> Require valid-user
> </Location>
> ------------------------------------

The only difference I can see is that I have the SVNParentPath directive
in use instead of the SVNPath. But that shouldn't be the problem?
Just tried again, this time once with http on my local machine, once
with http and https on a remote machine - auth data only asked once for
an update. (both with BDB and FSFS repository).

So maybe it's your server version? Was your repository created with a
pre-1.1.0 version? Can you try with a new, freshly created repository?

Someone else able to reproduce this problem? I don't know what I should
try more...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Dec 10 18:40:00 2004

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

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