SVN API in Perl
From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Fri, 11 Dec 2009 11:33:22 +0000
I'm having really a hard time using the Subversion (1.6.5) API in Perl.
I'm simply trying to get the status of a WC. In my Perl script I have
my $status_receiver = sub {
say "$status $path";
This is just an extract, so all varibales are defined and status_receiver is called correctly.
The documentation says that "$path is the pathname of the file or directory which status is being
How do I use $status in status_receiver?
Thanks
Linedata Services (UK) Ltd
|
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.