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

Re: [Subclipse-users] connecting to svn+ssh server

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 8 Jul 2008 09:36:29 -0400

On Tue, Jul 8, 2008 at 9:26 AM, Eugene Kuleshov <eu_at_md.pp.ru> wrote:

> I am having issues connecting to svn+ssh server using JavaHL. It does not
> show any UI in Eclipse and instead asking the following details in the
> console on every access to SVN. I only noticed that because I am running
> Eclipse using java.exe instead of javaw.exe on Windows:
>
> Warning: the RSA host key for 'svn.forge.objectweb.org' differs from the key
> for the IP address '81.200.36.107'
> Offending key for IP in /home/XX/.ssh/known_hosts:5
> Matching host key in /home/XX/.ssh/known_hosts:11
> Are you sure you want to continue connecting (yes/no)? yes
> ekuleshov_at_svn.forge.objectweb.org's password:
>
> Even after I clean up bad entry from the known_hosts file, subclipse keeps
> asking me for the password on console.

The only way to get a UI is to use an SSH client that has a UI, such
as TortoisePlink. It is the SSH client that produces these prompts.

> Another issue is that I had to specify the user name in svn url, like
> svn+ssh://ekuleshov@svn.forge.objectweb.org/svnroot/asm and it does not work
> with url like svn+ssh://svn.forge.objectweb.org/svnroot/asm
>
> I was able to checkout the same project from the command line, though it is
> also asking for password there.
>
> Is it a known issue and if there is any workaround available, other then
> using svnkit client?

In my own test environment I do not need to supply a username in the
URL. Not sure what would make you need that.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-08 15:36:47 CEST

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.