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

Re: [Subclipse-users] svn+ssh prompts for password for every transaction

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 19 Nov 2008 11:48:06 -0500

On Wed, Nov 19, 2008 at 11:09 AM, vinay i <vinay.indresh_at_gmail.com> wrote:

> I am trying to checkout a svn repository on a unix machine through eclipse.
> When I selected the repository to checkout, it prompted for password. I
> thought it will be asked only once. But ,when I performed a checkout, it
> again prompted for password and then to browse every file also it prompted
> for password. Is there any way to disable password prompt for every
> transaction?
> I had set the environment variable SVN_SSH as mentioned in
> http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=13453
>
> Did I miss anything?

You are probably using SVNKit and not JavaHL as your adapter. See
this FAQ for details on how to get JavaHL working on Unix:

http://desktop-eclipse.open.collab.net/wiki/JavaHL

A nice thing about SVNKit is that includes a pure Java SSH client so
it can do things like prompting. The bad part is that it does not
work with an existing SSH client and setup you may have in place.
That is what JavaHL will do as it uses the same infrastructure as the
command line. The disadvantage to JavaHL is for users that do not
have this setup already.

-- 
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-11-19 17:48:24 CET

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.