Accessing a svn repository through ssh on a windows machine

Status
Not open for further replies.

SoLaRiZe

Solid State Member
Messages
12
I'm trying to access a svn repository using ssh. The repository is located on the host some.host.com/svnrepos. I do the following:

svn list svn+ssh://user@some.host.com/svnrepos
user@some.host.com's password:
svn: Connection closed unexpectedly

Does anybode have any clue why the connection is closed unexpectedly??
 
Firewalls?
Networking between them?
Remote access and file sharing settings.


The more information about the computer, the network security and the operating systems would greatly assist those assiting you.
 
Sorry the topic title was a bit ambiguous...

The host is running on a linux system where I have a user account (no root access) that is remotely accessible through ssh. In my home dir on this linux system I've setup a svn repository which works fine when I locally read and write files from it. Now I want to access this repository remotely from a Windows system using ssh.

Is there some conf setting for svn that I must change. Or should I make the repository available through http?
 
Status
Not open for further replies.
Back
Top Bottom