<br>This thread is getting so long it may break. But I don't want to unilaterally bifurcate the discussion. So I'll post here. <br><br>I am preparing to selftest bzr-svn on Windows. <br>The head of lp:bzr-svn seems to require a later subvertpy than provided in the 1.16 installer for Windows. (No surprise!) <br>
So grabbed the head of lp:subertpy and am trying to install it on WinXP.<br><br>First, the dependencies:<br>I think I have correctly installed BerkeleyDB, libintl and scn-win32 with the dev libs.<br><br>I have set environment variables:<br>
<br>SVN_BDB=C:\Documents and Settings\martitza\scratch\db4-win32-4.4.20<br>SVN_DEV=C:\Documents and Settings\martitza\scratch\BRANCHES\svn-win32-1.5.6<br>SVN_LIBINTL=C:\Documents and Settings\martitza\scratch\svn-win32-libintl<br>
<br>And when I run setup.py install, I get<br><br>C:\Documents and Settings\martitza\Desktop\BRANCHES\subvertpy>python .\setup.py install running install running build running build_py creating build creating build\lib.win32-2.5 creating build\lib.win32-2.5\subvertpy copying subvertpy\delta.py -> build\lib.win32-2.5\subvertpy copying subvertpy\marshall.py -> build\lib.win32-2.5\subvertpy copying subvertpy\properties.py -> build\lib.win32-2.5\subvertpy copying subvertpy\ra.py -> build\lib.win32-2.5\subvertpy copying subvertpy\ra_svn.py -> build\lib.win32-2.5\subvertpy copying subvertpy\server.py -> build\lib.win32-2.5\subvertpy copying subvertpy\__init__.py -> build\lib.win32-2.5\subvertpy creating build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\test_client.py -> build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_core.py -> build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_delta.py -> build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\test_marshall.py -> build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_properties.py -> build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_ra.py -> build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\test_repos.py -> build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_server.py -> build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_wc.py -> build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\__init__.py -> build\lib.win32-2.5\subvertpy\tests<br>running build_ext<br>error: Python was built with Visual Studio 2003;<br>extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system. If you have Cygwin installed, you can try compiling with MingW32, by passing "-c mingw32" to setup.py.<br>
<br>So my question is... Can I install subvertpy without building it?<br><br>I am trying this on a WinXP box with no dev tools, precisely to simulate the end-user expereince in a neutral way.<br><br>Thanks!<br>-M<br><br><br>