cassiehanyu / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

svn+ssh:// vs. ssh authentication #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Two working copies of a repository with svn+ssh:// url access
2. Using another svn client and working copy #1 commit changes to repo
3. Using svnX attempt to update working copy #2
4. When the ssh client attempts to retrieve the password svnX generates the 
error message "svn: 
Network connection closed unexpectedly" 

What is the expected output? What do you see instead?
1. I would expect an error message to be more informative about the root cause.

What version of the product are you using? On what operating system?
Version 1.1, MacOSX 10.6.2

Work Around:
ssh-agent?? If I can make this work, I'll update the ticket.

Please provide any additional information below.

Original issue reported on code.google.com by jwho...@gmail.com on 13 Dec 2009 at 7:22

GoogleCodeExporter commented 8 years ago
I can't connect to a repo via the svn+ssh protocol, is there any ssh support in 
svnX?

Original comment by lmrodrig...@gmail.com on 6 Jan 2010 at 6:57

GoogleCodeExporter commented 8 years ago
We experienced the same problem (in our case using private keys too)..  Our 
solution
was to ignore the 'username' & 'password' fields and to insert the username 
inside
the repository location string like so: 
 svn_ssh://username@yourhost.com

The two fields are unnecessary because un is in the location string and pw is 
handled
by the private/public keys.

Original comment by dschr...@gmail.com on 8 Feb 2010 at 7:17

GoogleCodeExporter commented 8 years ago
The SSH username & password is quite separate from the Subversion username & 
password.
Try not to conflate the two.

Original comment by chris...@gmail.com on 23 Apr 2010 at 5:41

GoogleCodeExporter commented 8 years ago
same problem i guess:

snow leopard 10.6.3
svn 1.6.11
svnX 0.9.13

interaction with svn command line client via  svn+ssh with un & pw works fine
access via svnX results in "Network connection closed unexpectedly" error

Original comment by kueyu...@web.de on 24 May 2010 at 7:34

GoogleCodeExporter commented 8 years ago
Does svnX 1.2b1 exhibit the same problem?
What are you using as an SSH agent?

Original comment by chris...@gmail.com on 24 May 2010 at 7:54

GoogleCodeExporter commented 8 years ago
Issue 96 has been merged into this issue.

Original comment by chris...@gmail.com on 6 Jun 2010 at 3:47