You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Schorre, Bjoern" <b....@krause.de> on 2004/11/05 11:02:24 UTC

SVN over SSH

Hi,

I can connect to my SVN-Server using this command:
--------------------------------------------------
svn@eukserv01:~> svn list svn://192.168.1.136/project1
branches/
tags/
trunk/
--------------------------------------------------

When connecting to the server over ssh, I got this message.
--------------------------------------------------
svn@eukserv01:~> svn list svn+ssh://192.168.1.136/project1
/usr/bin/svn.orig: relocation error: /usr/lib/libsvn_ra_svn-1.so.0:
undefined symbol: apr_procattr_child_errfn_set
--------------------------------------------------


My configuration is like that:
OS: SuSE Linux 8.2
SVN-Serve is configured for xinetd.d/
SSH is installed (but not configured in xinetd.d/)
 - I can log in over ssh, but I don't know how it is configured (not in
xinetd.d/)
Apache is installed

My aim is to get a system configured, where the users have their own
accounts on the server and get access to svn. I don't want to know the
svn-passwords!


THX for help!
Bjoern


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org