Displaying 1 result from an estimated 1 matches for "ne_sock_init".
2008 Jan 23
0
Running windows subversion client on Wine
...ock:WSAStartup succeeded
trace:winsock:WSAStartup verReq=202
trace:winsock:WSAStartup succeeded
svn: Network socket initialization failed
trace:winsock:DllMain 0x7eda0000 0x0 0x1
The excerpt o code within SVN that's returning this error is at session.c:
/* Can we initialize network? */
if (ne_sock_init() != 0)
return svn_error_create(SVN_ERR_RA_DAV_SOCK_INIT, NULL,
_("Network socket initialization failed"));
I'm running Ubuntu 7.10 64-bits, Wine-0.9.46 from Ubuntu's repository
and Subversion 1.4.6.
Any ideas?
Cheers,
Rafael.