perl bindings to query locks
From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-06-03 11:15:11 CEST
I'm trying to use the perl bindings to do the equivelent of 'svnlook lock x y'.
Cpan documents 'SVN::SVNLook', but I guess this just calls svnlook under the
I kinda made up the following:
$paramrepo = shift;
$repo = SVN::Repos::open($paramrepo);
$lock = $fs->get_lock($parampath);
But it doesn't work. does 'get_lock' exist??
Thanks,
John
---------------------------------------------------------------------
|
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.