- or download this
use strict;
use warnings;
...
my $ctx = new SVN::Client;
$ctx->cat(\*STDOUT, "https://some/svn/url", "HEAD");
- or download this
(gdb) backtrace
#0 0xfe330f20 in ?? ()
#1 0xfeec41dc in ?? ()
...
#10 0x0002c95c in xmlCopyEntity ()
#11 0x00025d48 in perl_destruct ()
#12 0x00024cfc in main ()
- or download this
use strict;
use warnings;
...
my $ctx = new SVN::Client;
$ctx->cat(\*STDOUT, "https://some/svn/url", "HEAD", $pool);
undef $pool;