You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Qiang Zhou <bo...@cse.buaa.edu.cn> on 2007/08/30 03:19:47 UTC

svn: Connection closed unexpectedly

Hi,
  I have installed svn 1.4.0 in our linux server10.101.0.22(Red Hat Enterprise Linux ES release 3),I run ��svnserve �Cd �Cr /export2��,then in my own machine,I run ��svn info svn://10.101.0.22/jedi��, it works fine as below:

 Path: jedi
 URL: svn://10.101.0.22/jedi
 Repository Root: svn://10.101.0.22/jedi
 Repository UUID: a0cffd01-d338-0410-9da7-9613bdd4bb02
 Revision: 1
 Node Kind: directory
 Last Changed Author: svnusers
 Last Changed Rev: 1
 Last Changed Date: 2007-08-29 17:16:03 +0800 (Wed, 29 Aug 2007)
 
  But after I import a project in svn server, I run ��svn ls svn://10.101.0.22/jedi�� in my own machine, it works fine as below:
  test/

 Then I run ��svn co svn://10.101.0.22/jedi/test��, error appears:
  svn: Connection closed unexpectedly

 I couldn't find the solution in FAQ,please give me some tips, thanks in advance.

Regards,
Qiang Zhou