[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Note to self (with all of dev@ peering over my shoulder...)

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 12 Aug 2010 16:41:36 -0400

On 07/15/2010 04:04 PM, Daniel Shahaf wrote:
> C. Michael Pilato wrote on Thu, Jul 15, 2010 at 15:43:10 -0400:
>> [ Mailing this to the list so I don't forget about it -- I haven't
>> time to dive in right now. ]
>>
>> I ran into a problem today with the SWIG Python bindings when doing some
>> ViewVC work (annotate view under standalone.py). Exception below:
>>
>
> How to reproduce? (just go to the "annotate" view!?)

Simplest recipe I can find:

$ python -c 'from svn import client, core;
ctx = client.svn_client_ctx_t();
ctx.config = core.svn_config_get_config(None)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 633, in
__setattr__
    return _swig_setattr(self, self.__class__, name, value)
  File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 44, in
_swig_setattr
    return _swig_setattr_nondynamic(self,class_type,name,value,0)
  File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 37, in
_swig_setattr_nondynamic
    if method: return method(self,value)
TypeError: Unexpected NULL parent pool on proxy object
$

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2010-08-12 22:42:15 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.