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

Re: Multiple logins for one update - how to debug

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 20 Nov 2014 19:54:08 +0100

On 19.11.2014 23:16, Dr. Eike Kohler wrote:
> Dear list members,
>
>
>
> a couple of weeks ago, I have already asked about possible reasons for
> this behaviour:
>
> I have a repository on a server and multiple working copies on several
> computers. They all access the repository over ssh with a private key. I
> have TortoiseSVN 1.7.7 (Build 22907, 64 bit) on my computers running
> with Windows 7. If I update the working copy, I have to enter the
> passphrase for the private key once, then the working copy gets updated
> – everything fine.
>
> However, some time ago I added a tablet with Windows 8.1 and installed
> TortoiseSVN 1.8.8 (Build 25755, also 64bit). After checking out a
> working copy, I found that I had to enter the passphrase now for four
> times at each update, but only one time for each commit.
>

For SSH connections, the authentication can not be stored by the client
- it never even sees the request for it.
The authentication is handled solely by your SSH client.

So it's not really an issue of TSVN you're dealing with here but with
your SSH client tools, e.g. pageant.
You have to find help from people who know about those tools.

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=3091617
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-11-20 19:53:55 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.