[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn: Network connection closed unexpectedly

From: 김일규 <skyman20_at_cu.ac.kr>
Date: Tue, 27 Oct 2009 20:43:11 -0700 (PDT)

I'm installing subversion1.6.5(subversion-1.6.5-sol10-sparc-local) in my Server(Sparc Solaris 10).

1. svnadmin create --fs-type fsfs /export/home/svn/repository

2. chown -R svn:other /export/home/svn/repository

3. vi /export/home/svn/repository/conf/svnserve.conf
[general]
anon-access = none
auth-access = write
password-db = passwd

4. vi /export/home/svn/repository/conf/passwd
[users]
com = xxxxxx

5. svnserve -d -r /export/home/svn --log-file=/export/home/svn/svn.log
----------------------------------------
ps -ef | grep svnserv
    root 522 154 0 12:28:27 pts/9 0:00 grep svnserv
    root 511 1 0 12:27:47 ? 0:00 /usr/local/bin/svnserve -d -r /export/home/svn --log-file=/export/home/svn/svn.log
-----------------------------------------
netstat -an | grep 3690
      *.3690 *.* 0 0 49152 0 LISTEN
      *.3690 *.* 0 0 49152 0 LISTEN
------------------------------------------

6. /usr/local/bin/svn mkdir svn://xxx.xxx.xx.xxx/repository/trunk

--This line, and those below, will be ignored--

A svn://203.250.62.108/repository/trunk

:q

Log message unchanged or not specified
(a)bort, (c)ontinue, (e)dit:
C

Authentication realm: <svn://xxx.xxx.xx.xxx:3690> 9283b935-7821-6115-9653-e1e83bb35085
Password for 'root':
Authentication realm: <svn://xxx.xxx.xx.xxx:3690> 9283b935-7821-6115-9653-e1e83bb35085
Password for 'com':
svn: Network connection closed unexpectedly

6. svn checkout svn://xxx.xxx.xx.xxx/repository repository
Authentication realm: <svn://xxx.xxx.xx.xxx:3690> d4d364bf-3117-e303-a30f-ab27ad21d6c2
Password for 'com':
svn: Network connection closed unexpectedly

I don't know why "Network connection closed unexpectedly"
Do you have an idea this problem?
I hope any collect reply.
help me~
anybody please~~~

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2411909
Received on 2009-10-28 07:26:59 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.