I have a solution that works for me, and prevents this error. I have
to use:
> % svn checkout svn+ssh://user@xxx.xxx.xxx.xxx/Users/svn/
> repository/project/trunk project
instead of
> % svn checkout svn+ssh://xxx.xxx.xxx.xxx/Users/svn/
> repository/project/trunk project
Even though the user names on client and server are the same. An I
no longer get apr_err=210002.
> I would like to restate my problem, with updated information. I
> have standardized Subversion versions.
>
> 1) I am now running Mac OS X 10.4 on the server, with Subversion
> 1.1.4.
> 2) /usr/local/bin has been added to the PATH in /etc/bashrc on the
> server.
> 3) The user belongs to the same group as the repository owner
> (~svn), and repository permissions are recursively 775.
> 4) I am now running Mac OS X 10.3.9 on the client, with Subversion
> 1.1.4.
> 5) This works:
>
> % ssh user@xxx.xxx.xxx.xxx svnserve -t
> Password:
> ( success ( 1 2 (ANONYMOUS EXTERNAL ) ( edit-pipeline ) ) )
>
> 6) This does not work:
>
> % 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
>
> 7) There is a second user for which all this is working just fine.
>
> Apologies for not using a unique and relevant "Subject:" line in
> prior posts.
> Thanks.
>
> Paul.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 8 17:24:50 2005