Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, Does anyone know of a good module (that works/installs) or has a script that will commit pages (created in perl) to a svn repos ? Thanks David
  • Comment on perl script to commit to SVN repository

Replies are listed 'Best First'.
Re: perl script to commit to SVN repository
by idsfa (Vicar) on Feb 15, 2006 at 16:24 UTC

    The perl bindings for SVN are not on CPAN. They come with the subversion sourcecode, but you can browse them in the repository.

    One of the test scripts demonstrates how to commit to a repository (among other things).


    The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. — Cyrus H. Gordon
Re: perl script to commit to SVN repository
by Anonymous Monk on Feb 15, 2006 at 14:58 UTC
Re: perl script to commit to SVN repository
by neilwatson (Priest) on Feb 15, 2006 at 15:31 UTC