
09-24-2009, 10:03 PM
|
|
Apis Networks User
|
|
Join Date: Sep 2009
Posts: 3
|
|
|
TortoiseSVN trouble -
Having trouble connecting to a repo with TortoiseSVN. Every which way I've tried, I get the error "Network connection closed unexpectedly."
Using svn+ssh://bloeper@steppingstonegames.com@steppingstonegames. com/home/bloeper/testrepo it works fine from the command-line:
Code:
[bloeper@aleph test]$ svn co svn+ssh://bloeper@steppingstonegames.com@steppingstonegames.com/home/bloeper/testrepo
bloeper@steppingstonegames.com@steppingstonegames.com's password:
Checked out revision 0.
If I use svnserve, I can browse the repo but can't authenticate to check files in. puTTY is set up and Pageant is running fine. If I connect to the in puTTY, it connects without any password prompts. I feel like I've got to be missing something obvious, but have no idea what it is.
|