| Failed attempt to get log messages using the Perl bindings.
From: Martin Tomes <lists_at_tomes.org>
 Date: 2004-02-11 09:52:07 CET 
I got no response from the users list so I'm trying the dev list, 
 I have 0.37.0 installed with the Python and Perl bindings.  viewcvs 
 This is my program, I changed it to use Ra, but I get the same result 
 #!/usr/bin/perl
 use strict;
 my $repo = 'http://syrah.controls.eurotherm.co.uk:81/repos/controls/';
 my $r = new SVN::Ra(
 sub simple_prompt {
 sub show_log {
   print STDOUT "Rev: $revision\n\n$message\n";
 $r->get_log(['itools/trunk/dbuildp.bat'], 'HEAD', 1, 1, 0, \&show_log);
 Any ideas?
 -- Martin Tomes echo 'Martin x Tomes at controls x eurotherm x co x uk'\ | sed -e 's/ x /\./g' -e 's/ at /@/' --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Feb 11 09:52:39 2004 | 
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.