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

Re: Perl bindings work differently than documented?

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-07-14 14:24:41 CEST

nick vajberg wrote:
>>>The command I used was:
>>>$ctx->merge ($url1, $_-1, $url2, $_, $wc, 1, 1, 0,
>
> 0, $subpool);
>
> Are you using
>
> my $subpool = SVN::Pool->new_default(...);
>
> or
>
> my $subpool = SVN::Pool::create(...)

I tried:
  my $subpool = SVN::Pool->new_default();
  my $subpool = SVN::Pool->new_default_sub();

I got the same error.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 14 14:25:16 2005

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.