Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I am writing a code generation system that stored its configuration files in SVN, and I would like to write a Perl layer to automate and ease interaction between humans and the SVN repository.
I know there are Perl binding for SVN, however I cant seem to find many (or any) Perl modules that use it (most modules on CPAN seem to call the svn binary directly). I'm wondering if there is a 'standard' Perl module that allows straightforward manipulation of a SVN repo through the (SWIG?) bindings? Or if anyone has any general advice or experience in writing a Perl wrapper around SVN they would like to share, please do!
TIA
Cheers
Mick