> -----Message d'origine-----
> De : Ben Liblit
> Envoyé : mardi 31 octobre 2006 04:29
> À : users@subclipse.tigris.org
> Objet : Re: [Subclipse-users] repository exploration hangs
> during "Fetching children"
>
> 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?
>
> In any case, once I type the password I can browse that
> topmost level of any Subversion repository. However, if I
> try to continue with more browsing, that's when things hang
> with "Fetching children ...". If I have two SVN repositories
> on the same svn+ssh host, I can browse the topmost level of
> one of them but then things hang if I try to expand the
> topmost level of the other.
>
> So perhaps what's really going on is that the SSH connection
> is cached, and the first request is OK but all subsequent
> requests get into trouble somehow. Is that a useful clue?
I'd recommend you trying what is said on the thread Mark pointed out : http://subclipse.tigris.org/servlets/ReadMsg?list=users&msgNo=8560
Try and launch eclipse in a console (beware of using java instead of javaw if you're under windows) and see if there'd be a similar message in the console where you're accessing the repos.
Maybe for some reasons, as you said, credentials were first graphically required => perfect, but then it is asked in the console ?
-- Baptiste
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Tue Oct 31 09:33:52 2006