Failed attempt to get log messages using the Perl bindings.
From: Martin Tomes <lists_at_tomes.org>
Date: 2004-02-10 17:53:11 CET
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: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Feb 10 17:54:46 2004 |
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.