SVN API in Perl
From: Christian Kuelker <christian.kuelker_at_cipworx.org>
Date: Fri, 18 Dec 2009 16:08:19 +0100
Dear Giulio Troccoli,
> I'm simply trying to get the status of a WC. In my Perl script I have
The document http://www.perlmonks.org/?node_id=738308 might help.
Attached script shows simple usage. It assumes a checked out repro
Kind regards
#!/usr/bin/perl -w
my $path = '/tmp/svn';
my $ctx = SVN::Client->new();
sub status_func {
if ( $s->copied() ) { # use status object directly
$p =~ s{^$path/}{}gmx;
}
|
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.