You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jeremy Whitlock <jc...@gmail.com> on 2008/08/22 18:19:21 UTC

[PATCH] Update WC.export in the ctypes Python Bindings to Work With Subversion 1.6

Hi All,
    Attached is a patch that updates WC.export in the ctypes Python
Bindings branch to work with Subversion 1.6.x.  Before this patch,
NULL was being passed for peg_revision to svn_client_export3 which
caused a bad memory access.  No test case is attached because the WC
tests will fail when built against 1.6, which is the test in this
cause I guess.  Please let me know if there is anything I need to do
to help get this patch applied.

-- 
Take care,

Jeremy Whitlock
http://www.thoughtspark.org

Re: [PATCH] Update WC.export in the ctypes Python Bindings to Work With Subversion 1.6

Posted by David James <ja...@gmail.com>.
On Fri, Aug 22, 2008 at 11:19 AM, Jeremy Whitlock <jc...@gmail.com> wrote:
> Hi All,
>    Attached is a patch that updates WC.export in the ctypes Python
> Bindings branch to work with Subversion 1.6.x.  Before this patch,
> NULL was being passed for peg_revision to svn_client_export3 which
> caused a bad memory access.  No test case is attached because the WC
> tests will fail when built against 1.6, which is the test in this
> cause I guess.  Please let me know if there is anything I need to do
> to help get this patch applied.

Patch looks great. Thanks.

Applied in r32641.

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org