> -----Original Message-----
> From: SteveKing [mailto:steveking@gmx.ch]
> Sent: 09 May 2005 17:21
> To: dev@tortoisesvn.tigris.org
> Subject: Re: [TSVN] repo server not responding ...
>
> Peter Mounce wrote:
> > The server I use at work to host my repos just went down
> and came back
> > up again. Thing is, when I tried to do anything via TSVN,
> it didn't
> > tell me the server was down, it simply asked me to
> authenticate again. And again.
> > I was entering the correct information (domain\username + password
> > both fine), so it wasn't failing, but it also didn't let me in, and
> > didn't give me an error message that something was up with
> the server.
>
> So what happened here:
> - repository server went down
> - you try to access the repository
label AUTH:
> - before you can access it, you have to authenticate
> - authentication works, because the domain server still works
> - sspi module passes the auth info to the mod_dav_svn module
> - mod_dav_svn isn't running (correctly), so sspi thinks authentication
> wasn't accepted by mod_dav_svn
> - You're asked to authenticate again
goto AUTH;
Almost. See the goto inserts. The repo server is the backup domain
controller (or rather, since it's Win2003, a peer domain controller).
My (correct) authentication is cached by TSVN. Yet I was still asked to
authenticate. So is it possible that the server is sending TSVN an
incorrect error message? Whether that's Apache stuff or Windows stuff is
beyond me, too.
Peter Mounce
IML Ltd
e: mailto:petermounce_at_iml.co.uk w: http://www.iml.co.uk
t: (01428) 727476 f: (01428) 727011
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue May 10 10:39:19 2005