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

Re: Still getting apr_err=210002

From: Paul Beckingham <p.beckingham_at_comcast.net>
Date: 2005-05-08 17:20:23 CEST

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

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

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