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

Re: Subversion 1.6.12 does not work on XP/DLL entry point issues.

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 20 Nov 2012 08:17:02 +0200

svn_client_status5 was added in 1.7 (see subversion/include/svn_client.h
in the source tree), so it seems you are using a 1.7 svn.exe with a 1.6
libsvn_client-1.dll.

dmitry.lysenko_at_barclays.com wrote on Mon, Nov 19, 2012 at 16:41:57 -0500:
> Hi,
>
> I am trying to get the old version of subversion (1.6.12) to work on my box (downloaded from http://sourceforge.net/projects/win32svn/files/1.6.12/ as msi or zip) and getting the DLL issues.
>
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_client_status5 could not be located in the dynamic link library libsvn_client-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_diff_mem_string_output_unified2 could not be located in the dynamic link library libsvn_diff-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_fspath__split could not be located in the dynamic link library libsvn_subr-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_cstring_strtoui64 could not be located in the dynamic link library libsvn_subr-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_hash__get_cstring could not be located in the dynamic link library libsvn_subr-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point _apr_pollset_create_ex_at_20 could not be located in the dynamic link library libapr-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_fs_change_rev_prop2 could not be located in the dynamic link library libsvn_fs-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point _apr_hash_do_at_12 could not be located in the dynamic link library libapr-1.dll.
> Application popup: svn.exe - Entry Point Not Found : The procedure entry point svn_dirent_basename could not be located in the dynamic link library libsvn_subr-1.dll.
> Application popup: svn.exe - Ordinal Not Found : The ordinal 4540 could not be located in the dynamic link library LIBEAY32.dll.
>
>
> There are no any of these DLLs in path other than that comes from pre-compiled exe file.
>
> Could you suggest what the wrong DLL is and there to get the right version?
>
> Regards,
> Dmitry
Received on 2012-11-20 07:17:40 CET

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.