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

Re: [PATCH] storing auth after auth failure

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-08-12 05:24:30 CEST

Philip Martin wrote:

>Philip Martin <philip@codematters.co.uk> writes:
>
>
>
>>Branko Čibej <brane@xbc.nu> writes:
>>
>>
>>
>>>With write access to the tsvn repo, I can confirm this -- both 1.2.2
>>>and trunk.
>>>
>>>Stefan, thanks, you can revoke my write access now.
>>>
>>>
>>I appear to have (write?) access, and yes I also get a crash.
>>
>>
>
>I stepped through trunk client aginst tsvn server:
>
>
[...]

Well! Beat me by 8 minutes. :)

>- if (! state)
>+ if (! state || state->table->providers->nelts == state->provider_idx)
> return SVN_NO_ERROR;
>
>
I think we should go ahead and store the auth info anyway, as I do in my
patch. What we're seeing here is a server bug that we can't really
detect and work around in the client.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 12 05:25:43 2005

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.