Perl binding question
From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-06-04 00:00:23 CEST
Sorry for posting here, but I'm totally stuck.
I'm trying to query who owns a lock from perl, without shelling to svnlook. And
my $paramrepo;
my $repo;
$paramrepo = shift;
$repo = SVN::Repos::open($paramrepo);
# $pool isn't defined - is this as bad as I think?
$lock = SVN::_Fs::svn_fs_get_lock($fs,$parampath,$pool);
if ($lock)
This seems to work (should I be worried I don't have a 'pool' setup - and the
My second question is, how do I get data out of $lock ?!?!?! $lock->owner would
Thanks for the help,
John
---------------------------------------------------------------------
|
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.