Bug#359679: libsvn-core-perl: status(., ...) gives an assert() error

2006-03-29 Thread Peter Samuelson
tags 359679 confirmed thankee [Julian Gilbey] burnside:~/debian/tex/tetex-bin $ perl -MSVN::Client -e \ 'sub print_names { print $_[0]\n; } $ctx=new SVN::Client; $ctx-status(, BASE, \print_names, 1, 1, 0, 1);' | head -5 .pc .pc/.version configure INSTALL.generic I reproduced your

Bug#359679: libsvn-core-perl: status(., ...) gives an assert() error

2006-03-29 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Samuelson wrote: [Julian Gilbey] burnside:~/debian/tex/tetex-bin $ perl -MSVN::Client -e \ 'sub print_names { print $_[0]\n; } $ctx=new SVN::Client; $ctx-status(, BASE, \print_names, 1, 1, 0, 1);' | head -5 .pc .pc/.version

Bug#359679: libsvn-core-perl: status(., ...) gives an assert() error

2006-03-28 Thread Julian Gilbey
Package: libsvn-core-perl Version: 1.2.3dfsg1-3 (Command line input and output broken for readability) Compare this (1): burnside:~/debian/tex/tetex-bin $ perl -MSVN::Client -e \ 'sub print_names { print $_[0]\n; } $ctx=new SVN::Client; $ctx-status(, BASE, \print_names, 1, 1, 0, 1);' | head