Hello,
I'm working on a few hook scripts in perl for subversion, (which are
very useful, by the way...I'm trying to turn Subversion + some wacky
scripting into a device management system) and I'd like to replicate some of
what svnlook is doing within a script, but without wrapping svnlook.
Basically, I'd like to make a pre-commit script to open a txn and
take some actions on remote devices based on what's in the commit. From
looking through svnlook's source, it looks like I can use SVN::Fs::open_txn
to go a long way towards that end, but I can't find any documentation on
what the API is for anything in SVN::Fs (and am apparently getting the
arguments to open_txn wrong). The man page I have for SVN::Fs is an empty
placeholder. Is there some updated documentation for the SVN::Fs perl
binding around?
Thanks.
Aaron
------------------
Aaron Gee-Clough
DNST/CIT/NEB/NSS
Contractor. Geek.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 11 22:46:52 2005