You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by dm...@barclays.com on 2012/11/19 22:41:57 UTC

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

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@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@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






_______________________________________________

This e-mail may contain information that is confidential, privileged or otherwise protected from 
disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute 
it by any means. Please delete it and any attachments and notify the sender that you have received 
it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a 
solicitation to buy or sell any securities, investment products or other financial product or 
service, an official confirmation of any transaction, or an official statement of Barclays. Any 
views or opinions presented are solely those of the author and do not necessarily represent those 
of Barclays. This e-mail is subject to terms available at the following link: www.barclays.com/emaildisclaimer. 
By messaging with Barclays you consent to the foregoing.  Barclays offers premier investment banking 
products and services to its clients through Barclays Bank PLC, a company registered in England 
(number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP.  This email may 
relate to or be sent from other members of the Barclays Group.

_______________________________________________

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

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
I forgot to mention: to see what release an API was added in, another
option is to browse the compiled doxygen docs on our site:
http://subversion.apache.org/docs/.

dmitry.lysenko@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@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@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
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> This e-mail may contain information that is confidential, privileged or otherwise protected from 
> disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute 
> it by any means. Please delete it and any attachments and notify the sender that you have received 
> it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a 
> solicitation to buy or sell any securities, investment products or other financial product or 
> service, an official confirmation of any transaction, or an official statement of Barclays. Any 
> views or opinions presented are solely those of the author and do not necessarily represent those 
> of Barclays. This e-mail is subject to terms available at the following link: www.barclays.com/emaildisclaimer. 
> By messaging with Barclays you consent to the foregoing.  Barclays offers premier investment banking 
> products and services to its clients through Barclays Bank PLC, a company registered in England 
> (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP.  This email may 
> relate to or be sent from other members of the Barclays Group.
> 
> _______________________________________________

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

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
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@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@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@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