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

Re: Possible Bug - Repeat authentication when locking

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 16 Nov 2015 20:25:09 +0100

On Mon, Nov 16, 2015 at 8:17 PM, Stefan Kueng <tortoisesvn_at_gmail.com> wrote:

>
>
> On 16.11.2015 16:34, Jonathan LaDeau wrote:
>
>> Hi!
>>
>> - Summary -
>> When locking multiple files using SVN, authentication doesn't seem to
>> save, and is required for each file, but ultimately fails because of:
>> "Error: No more credentials or we tried too many times.
>> Error: Authentication failed"
>>
>> 1. Win 7 64 bit
>> 2. Seems to be after version 1.81, certainly happening in updated 1.92
>> 3. When trying to lock multiple files (more than 4 especially),
>> credentials don't seem to save.
>>
>
> For locking, TSVN passes a list of all the files to lock to the svn
> library. It does not lock each file individually.
> So if you're asked for authentication multiple times, something else is
> wrong. Maybe your auth setup has a too small re-authentication timeout?
> Or your server does not allow locking?
>
> Stefan
>
>
> Other note: When trying to lock, the authentication box has "Save
>> authentication" default as CHECKED with no credentials saved. This is
>> happening throughout our group. Thoughts?
>>
>
> I'll improve that right now...
>
>
Actually, that was a nasty bug:
to actually save the authentication, you have to uncheck then check that
checkbox again.
The initial value was not properly used, so if you just leave the box
checked, authentication wasn't saved at all.
Only by toggling the check state, the state of the checkbox was properly
used.

Fixed this in r26991.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3146847
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-11-16 20:25:50 CET

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

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