SVN API in Perl

2009-12-18 Thread Christian Kuelker
Dear Giulio Troccoli, > I'm simply trying to get the status of a WC. In my Perl script I have [...] > How do I use $status in status_receiver? The document http://www.perlmonks.org/?node_id=738308 might help. Attached script shows simple usage. It assumes a checked out repro at /tmp/svn. Kind r

SVN API in Perl

2009-12-11 Thread Giulio Troccoli
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 { my ($path, $status) = @_; say "$status $path"; }; SVN::Client::status($ctx, $path, $revision, $status_receiver, $recursi