Comment 0 for bug 386079

Revision history for this message
Wally Lawless (wally-power-coder) wrote : bzr-svn throwing procedure entry point errors

When I attempt to checkout from an SVN repository I get numerous errors that pop up as dialog boxes:
The procedure entry point svn_client_revprop_set2 could not be located in the dynamic link library libsvn_client-1.dll
The procedure entry point svn_ra_get_deleted_rev could not be located in the dynamic link library libsvn_ra-1.dll
The procedure entry point svn_error__malfunction could not be located in the dynamic link library libsvn_subr-1.dll
The procedure entry point svn_utf__last_valid could not be located in the dynamic link library libsvn_subr-1.dll
The procedure entry point svn_cache__set could not be located in the dynamic link library libsvn_subr-1.dll
The procedure entry point svn_stream_copy3 could not be located in the dynamic link library libsvn_subr-1.dll
The procedure entry point svn_fs_file_checksum could not be located in the dynamic link library libsvn_fs-1.dll
The procedure entry point svn_txdelta_run could not be located in the dynamic link library libsvn_delta-1.dll
The ordinal 4046 could not be located in the dynamic link library LIBEAY32.dll

After this the checkout does happen and all files are in my checkout folder. I can do local bzr commits seemingly without problems. However after changing a file and attempting to commit it back to the svn repository I get the same set of errors and then I get the bzr error: Unable to look up default port for svn.

The command I am using for checking out is:
bzr co svn://svn-server/TestRepo/Branch TestCheckout

The subversion server is running svn 1.5.6

My system is Windows Vista SP2 and I installed from the latest bzr-setup-1.15-1.exe on the bazaar-vcs.org website. If it matters, I also have the Subversion 1.6 client on my Windows machine.