Robert Dailey wrote:
> On Tue, Sep 30, 2008 at 1:49 PM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
>> Robert Dailey wrote:
>>> On Tue, Sep 30, 2008 at 12:44 PM, Stefan Küng <tortoisesvn_at_gmail.com
>>> <mailto:tortoisesvn_at_gmail.com>> wrote:
>>> So you were able to view the repository without specifying a password?
>> No, not that. But I could debug why TSVN from trunk didn't ask for a
>> username/password but showed the error immediately.
>
> Ah, I see!
>
> Could you explain what the problem was if it isn't too inconvenient?
> I'm curious to know :)
I've implemented a custom auth handler which caches username/password
during a TSVN session (that helps if the auth is not saved: for example
the repo browser will only ask for it once, then this custom auth
handler returns the cached credentials).
But that handler always returned credentials, even if no creds were
cached before: in such cases it returned empty usernames/passwords
instead of nothing.
> Glad I could help! You know, I'm reporting so many bugs that at this
> point posting to the dev mailing list may be the less efficient method
> of reporting issues. Do you have a preferred location for bug reports
> (and feature requests), Stefan? Or is the dev mailing list perfectly
> fine?
The dev mailing list is the right place. That's what I read every day.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-09-30 21:12:54 CEST