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

Re: RE: Perl bindings: SVN::Repos::open() seg fault

From: Stefan Sperling <stsp_at_elego.de>
Date: 2007-08-23 11:43:05 CEST

On Wed, Aug 22, 2007 at 12:56:45PM -0400, Prystash,John wrote:
>
> Well I guess I should of added the pool to the subroutine call? Same
> result however
>
> my $pool = SVN::Pool->new_default;
> my $repos = SVN::Repos::open($path, $pool);

No, the current default pool is used if you don't pass an explicit pool.
You might also want a subpool there, not a new default pool.
See the SVN::Core man page.

-- 
Stefan Sperling <stsp@elego.de>                 Software Developer
elego Software Solutions GmbH                            HRB 77719
Gustav-Meyer-Allee 25, Gebaeude 12        Tel:  +49 30 23 45 86 96 
13355 Berlin                              Fax:  +49 30 23 45 86 95
http://www.elego.de                 Geschaeftsfuehrer: Olaf Wagner

  • application/pgp-signature attachment: stored
Received on Thu Aug 23 11:54:42 2007

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.