SVN Perl Bus Error
From: Brooke Smith <brooke_at_tintuna.com>
Date: 2005-02-10 12:29:33 CET
Gidday all,
About a month ago I wrote of a problem running Perl SVN code (svn,
use SVN::Client;
my $ctx = new SVN::Client();
$SVN::Error::handler=sub(){
print STDERR "SVN::Error::handler - object: $lsvn_error_t\n";
print STDERR "Call ls(svn://eeow/new/tags, 'HEAD', 1)\n";
eval{$ctx -> ls('svn://eeow/new/tags', 'HEAD', 1);};
Now when I run the same code at home I'm getting a bus error. Here is
bsmith@eeow newVersion $ ktrace -t cnisuw ./simple.pl
Seeing it is happening on two platforms it seems like a problem not
We would really like to move to SVN from CVS but in this strategic move
Thankyou
-- Brooke Smith <novorivus at optusnet.com.au> Go directly to jail. Do not pass Go, do not collect $200.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.