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

Re: [Subclipse-users] Subclipse 1.4.x branch and SVN 1.5 RC 7 with svn+ssh

From: Bradley Wagner <bradley.wagner_at_hannonhill.com>
Date: Tue, 3 Jun 2008 13:49:38 -0400

Tried:

[tunnels]
ssh = /usr/bin/ssh

and

[tunnels]
ssh = "/usr/bin/ssh"

and got error:

     Network connection closed unexpectedly
svn: Connection closed unexpectedly

Still works fine from Terminal.

This is weird, because I definitely did not have this line in
my .subversion/config file prior to upgrading to SVN 1.5. I'm
wondering if there is something being cached for a repository
location, because I'm trying to connect to a location that I had prior
to the upgrade.

Bradley

On Jun 3, 2008, at 1:24 PM, Mark Phippard wrote:

> On Tue, Jun 3, 2008 at 12:44 PM, Bradley Wagner
> <bradley.wagner_at_hannonhill.com> wrote:
>> Well, I thought I solved this but I guess not.
>>
>> I am running Subclipse and SVN on OS X Leopard.
>>
>> I have added:
>>
>> SVN_HOME=/usr/local/subversion
>> SVN_SSH=ssh
>> export SVN_HOME
>> export SVN_SSH
>>
>> to my .bash_profile
>>
>> I have uncommented the line:
>> ssh = $SVN_SSH
>> under the [tunnels] section in ~/.subversion/config
>>
>> Now I'm able to connect to svn+ssh from the Terminal but Subclipse
>> is giving
>> me the error:
>>
>> Bogus URL
>> svn: Tunnel scheme ssh requires environment variable SVN_SSH to be
>> defined
>>
>> when trying to connect to svn+ssh using JavaHL.
>>
>> Any ideas?
>
> You would have to launch Eclipse from a Terminal for that to work.
> You do not need to use the environment variable approach, you can just
> name the SSH client in the config file.
>
> You will need to also use something like ssh-agent to manage your
> passwords. I think there are some GUI's for this for OSX.
>
> --
> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-06-03 19:49:56 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.