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

Re: Bug in Subclipse?

From: John Osborne <j-osborne_at_northwestern.edu>
Date: 2005-02-01 17:50:53 CET

Thanks for your advice, to get it working I uncommented the [tunnels]
section of the subversion config file and added the following line:
ssh = ssh -lusername

Unfortunately that still didn't work (although subclipse was at least
sending the correct username) and so I added my public ssh dsa key to
the authorized_keys2 file on the server (which I was planning on doing
anyway) and it worked.

Thanks for your help,

 -John

Alexander Kitaev wrote:

>Hello John,
>
>I may suggest you to use JavaSVN, whe working over svn+ssh connection it
>uses username and password defined in SVN Repository properties, also, you
>may use private key authentication when using JavaSVN.
>
>If you prefer to use javahl bindings, I suppose you may alter your svn+ssh
>connection properties (including username) in the ~/.subversion/config file
>(see section where ssh connection program is defined - you may add your own
>arguments there). The reason why command line client works properly and
>Subclipse doesn't is that (I think so) it ignores user name when it is
>defined as part of the URL. May be it makes sense to submit a feature
>request.
>
>Alexander Kitaev,
>TMate Software,
>http://tmatesoft.com/
>
>
>
>>-----Original Message-----
>>From: John Osborne [mailto:j-osborne@northwestern.edu]
>>Sent: Tuesday, February 01, 2005 12:40 AM
>>To: users@subclipse.tigris.org
>>Subject: Bug in Subclipse?
>>
>>I'm using Eclipse 3.0 with Subclipse 0.9.25, Version Control with
>>Subversion 1.1.1 on Mac OS 10.3. Subversion works fine from the
>>command line but in Eclipse I get the following message when
>>trying to add a repository.
>>
>>Error validating location:
>>"org.tigris.subversion.javahl.ClientException: Network
>>connection closed unexpectedly
>>svn: Connection closed unexpectedly
>>
>>My URL is:
>>svn+ssh//jdo954@lovie.bioinformatics.northwestern.edu/usr/loca
>>l/share/sv
>>svn+nrep/DO
>>
>>The reason it closes this way is because it is trying to log
>>on with my local account name (not jdo954) to the remote
>>subversion repository. I know this because I get "Failed
>>password for invalid user" on /var/log/secure on the server
>>side. It appears that the user and password for adding a
>>subversion repository is ignored under OSX.
>>
>>Anybody have a workaround for this problem other than
>>renaming an account? Or is there something else I am doing wrong?
>>
>> -John
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
>>For additional commands, e-mail: users-help@subclipse.tigris.org
>>
>>
>>
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
>For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>
>
Received on Wed Feb 2 03:50:53 2005

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.