You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by 김일규 <sk...@cu.ac.kr> on 2009/10/28 03:43:11 UTC

svn: Network connection closed unexpectedly

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

Re: svn: Network connection closed unexpectedly

Posted by Blair Zajac <bl...@orcaware.com>.
김일규 wrote:
> I'm installing subversion1.6.5(subversion-1.6.5-sol10-sparc-local) in my Server(Sparc Solaris 10).
...
...
...

> 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~~~

Hello,

This mailing list is for the development of Subversion, not the use of it.  The 
question is best sent to the users mailing list. See

http://subversion.tigris.org/mailing-lists.html

Regards,
Blair Zajac

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<bl...@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2411955