On Monday 11 April 2005 22:10, Scott Goodwin wrote:
> Sounds to me like subversion has to make multiple connections to
> perform some operations, each of which is a separate repository access,
> and therefore each requiring an ssh connection, hence typing in the
> password multiple times. It does that whenever I diff a local file
> against the repository, multiple times. To make it go away, use
> ssh-agent as mentioned before, or generate an ssh public/private
> keypair and use it to authenticate. I don't have any experience with
> TortoiseSVN, but it sounds like it may be caching the password for you
> and using it on each repository access behind the scenes. Really, it
> isn't subversion doing this.
This is exactly the issue. Some repository operations do indeed ask for
the password twice. I believe there is actually an open issue about it
as well.
-John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 12 11:19:39 2005