On Monday 16 July 2007 14:09:25 Mark Phippard wrote:
> On 7/16/07, Julius Junghans <julius.junghans@gmx.de> wrote:
> > ive reinstalled eclipse yesterday and added subclipse, my current ssh
> > authentication is password free through ssh-agent with pubkey auth.
> > this worked fine in the past for subclipse today it asked me how i would
> > like to authenticate?
> > Last time i used subclipse i used "myserver" as the hostname
> > (svn+ssh://myserver/path/to/repo)
> >
> > myserver is the alias for my real server
> >
> > ~/.ssh/config
> > host myserver
> > HostName somehost.somewhere.org
> > port 123
> >
> >
> > with this config
> > ssh myserver
> > connects me without ccrying about port/password
> >
> > svn co svn+ssh://myserver/path/to/repo
> >
> > works from konsole, its the same line i entered in subclipse.
> > this also worked for sublipse, or did i miss something?
>
> It sounds like you used to be using JavaHL, which uses your existing
> SSH infrastructure (OpenSSH etc...). And now you are using SVNKit,
> which uses its own Java-based SSH client.
>
> It is possible that the SVN 1.4 JavaHL library just was not found and
> we fallback to using SVNKit.
Thx for the fast answers, youre right.
javahl wasnt found, its a bug in the gentoo ebuild (sun-jdk-1.5.0.06)
see bug for solution
http://bugs.gentoo.org/show_bug.cgi?id=125563
greets
Julius
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Jul 16 15:47:37 2007