Roger Lipscombe schrieb:
GreenFlash
wrote:
Stefan wrote
GreenFlash wrote:
Hello, I'm new on subversion and TSVN and
have a problem:
I installed TSVN yesterday and check out the project folder from the
server. Functions properly (super). Then I tried to load up my files,
and get the following error: "Error * 'libsvn_ra_serf-1.so.0' does not
define 'svn_ra_serf__init()':the searched function wasn't found"
TSVN does not use so modules - TSVN has all the libraries linked
statically. Also, so modules are usually only used on Linux. This
indicates that the error message is sent from the server. You have to
check there.
The server is installed from an ubuntu package and nothing was changed
there. And there's another thing that tells me, that there must be a
problem on my site. I installed Subversion on my pc, and typed in the
shell: "svn.exe -?" and get the same error.
Where did you install SVN from? Which version?
I installed TSVN with the .msi-package from the following website:
http://tortoisesvn.net/downloads
I used the x64 version and verified the md5 sum, and it was fine.
Version of tsvn is 1.4.8 build 12137. Because it doesn't function, so I
installed svn from
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
I used the svn-1.4.6-setup.exe and installed it in another directory.
The same error only when I tried "svn -?" in the command line.
As
Stefan says, neither TSVN nor SVN on Windows use .SO files[1]. It
sounds to me like you've got a Cygwin-built svn client installed (which
might use .so files, but I don't know for sure). However I didn't think
that libsvn_ra_serf was included in the current Cygwin release of
subversion.
Cheers,
Roger.
[1] Except for the Apache modules, which won't be your problem.
But an apache thread is running on my pc. Yesterday I asked in the
subversion irc channel and they told me, to try disabling my apache
service. I do so, but doesn't help. And I have no modules activated in
my apache config, except the standard modules. I attache my module
section so you can see if there's something else wrong.
Greetings Sam
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule headers_module modules/mod_headers.so
LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
#LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
#LoadModule proxy_module modules/mod_proxy.so
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule speling_module modules/mod_speling.so
#LoadModule status_module modules/mod_status.so
#LoadModule unique_id_module modules/mod_unique_id.so
LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule ssl_module modules/mod_ssl.so
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-03-28 14:10:42 CET