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

Subversion on non-Linux Unix platforms

From: <y2w2de9j001_at_sneakemail.com>
Date: 2003-09-02 22:39:21 CEST

Hello, hopefully this is the proper place to ask this question. I've been lurking for quite a while and trying different things (short of debugging, though I can certainly do that if someone suggests a place to look) but I've run out of ideas.
 
I've successfully compiled and used many different versions of Subversion under Linux. I've also compiled and used some fairly ancient versions of Subversion under Irix (0.10 or therabouts).
 
Unfortunately, now I can't seem to successfully run Subversion under any platforms (except Windows but I used the precompileds there) other than Linux, including Irix and Solaris. I've tried many different versions including 0.28.2. The exact error that I get is:
 
# svn list http://svn.collab.net/repos/svn/trunk
svn: RA layer failed to init socket layer
svn: network socket initialization failed

 
Can somebody point me in the right direction to try and track down this problem. BTW, svn --version reports:
 
svn, version 0.28.2 (r6946)
   compiled Sep 2 2003, 16:02:28
Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

Also, ldd seems to indicate that the proper (the ones I think should be used) shared objects are being used.
 
Thanks very much for any and all help,
 
Scott
Received on Tue Sep 2 22:40:22 2003

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.