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