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

Re: [Subclipse-users] repository exploration hangs during "Fetching children"

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-31 14:37:22 CET

Ben Liblit <liblit@cs.wisc.edu> wrote on 10/30/2006 10:29:28 PM:

> Mark Phippard wrote:
> > Since you are using SSH, my guess is that you are using JavaHL and
> > either have not configured the SSH client in the Subversion config
> > file, or more likely it is using something like OpenSSH which is
> > going to want to have a console session available to prompt you for
> > credentials.
>
> Thank you for the prompt reply, Mark. I am using JavaSVN, not JavaHL.
> Sorry for omitting that in my first message.
>
> When I first start browsing a repository, JavaSVN brings up a dialog
> prompting me for my user name and password. This is a bit odd, as I am
> working in a Kerberos environment that should allow cross-machine SSH
> without additional password queries. Perhaps JavaSVN does not do GSSAPI

> credential passing?

This dialog is a confusing feature that JavaSVN added. Basically, what
that dialog wants to ask you is the username you want to use in SVN for
the operations. Some people do not want to use the ID they login to SSH
with within SVN. JavaSVN cannot just use its own dialogs, it has to use a
callback function provided by Subclipse in order to present any UI. We
have not created any specific UI or callback API to ask this question, so
JavaSVN is using the username/password callback to get this information.
Yes, we hope to remedy this eventually.

Maybe something about what you are entering in the dialog if causing the
hang? I think that the JavaSVN SSH can also be susceptible to unexpected
feedback from the SSH server.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Oct 31 14:37:30 2006

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

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