You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jonathan Gilbert <2j...@sneakemail.com> on 2007/02/20 07:45:23 UTC

Re: [PATCH] Fix for issue #1789

At 12:23 AM 2/19/2007 -0600, I wrote:
>At 09:13 AM 2/19/2007 +0300, Ivan Zhakov wrote:
>>I had the same problem. My problem was that Visual Studio cannot find
Python.
>>Try add path to Python binary directory at Visual Studio binary
>>directories list.
>
>Huh? That's confusing to me, as I didn't see Visual Studio trying to run
>any python scripts during the build process. However, I'll give it a try;
>hopefully it'll clear everything up for me as well :-)

Well, this fixed my build problem, and I can confirm that the bug described
by Subversion issue #1789 is plugged nicely by the latest revision of my
patch to APR. I verified that the diff output (nearly 70 KB -- by
coincidence, the same size as the random test case I threw together before
I knew what the problem was) was complete & correct by applying it with
"patch.exe" to a copy of the text-base and checking that I did in fact get
the identical modifications originally made to the file.

If the patch is accepted by the APR team, perhaps it could be part of the
next release of Subversion :-)

Jonathan Gilbert