Closed GoogleCodeExporter closed 9 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
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
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
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
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
Issue 96 has been merged into this issue.
Original comment by chris...@gmail.com
on 6 Jun 2010 at 3:47
Original issue reported on code.google.com by
jwho...@gmail.com
on 13 Dec 2009 at 7:22