On 5/7/05, Paul Beckingham <p.beckingham@comcast.net> wrote:
> I would like to restate my problem, with updated information. I have
> standardized Subversion versions.
>
> ...
> % svn checkout svn+ssh://xxx.xxx.xxx.xxx/Users/svn/
> repository/project/trunk project
> Password:
> Connection closed by xxx.xxx.xxx.xxx
> subversion/libsvn_ra_svn/marshal.c:251: (apr_err=210002)
> svn: Connection closed unexpectedly
This could be silly and unrelated but..
I recently set up svnserve on macosx 10.3 using xinetd. And was
running into the same error when checking out (among a few other
operations).
I first had 'instances' set to 1 ala an example i found but after
upping it I no longer encountered the error(s).
current /etc/xinet.d/svn file
-------------------------------------------------
service svn
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
instances = 49
port = 3690
server = /usr/local/bin/svnserve
server_args = -i -r /usr/local/svn/repos
}
----------------------------------------
luck to you.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 7 21:33:59 2005