Search results for "module:SVN::Fs"
SVN::Tree - SVN::Fs plus Tree::Path::Class
This module marries Tree::Path::Class to the Perl Subversion bindings, enabling you to traverse the files and directories of Subversion revisions and transactions, termed roots in Subversion API parlance....
MJGARDNER/SVN-Tree-0.005 - 15 Mar 2012 18:22:52 UTC
SVN::Dump - A Perl interface to Subversion dumps
An SVN::Dump object represents a Subversion dump. This module follow the semantics used in the reference document (the file notes/fs_dumprestore.txt in the Subversion source tree): * A dump is a collection of records (SVN::Dump::Record objects). * A ...
BOOK/SVN-Dump-0.08 - 02 Mar 2020 09:26:22 UTC
SVN::Web::X - exceptions for SVN::Web
SVN::Web::X implements exceptions for SVN::Web. Derived from Exception::Class, It provides a simple mechanism for throwing exceptions, catching them, and ensuring that friendly, localised error messages are generated and sent to the user's browser....
DJZORT/SVN-Web-0.63 - 17 Oct 2012 09:23:24 UTC
SVN::TXN::Props - Provides a hash interface to Subversion transaction properties
Maps properties from a subversion transaction to a hash. This allows for reading and manipulating properties of active subversion transactions before the transaction is commited, for example during a pre-commit hook script. This module provides a tie...
CLEISHMAN/SVN-TXN-Props-1.01 - 26 Apr 2007 04:59:59 UTC
SVN::Web::action - base class for SVN::Web::actions
This is the base class for all SVN::Web actions. It provides a constructor and some useful utility methods that actions may find useful. It also contains documentation for anyone interested in writing new SVN::Web actions....
DJZORT/SVN-Web-0.63 - 17 Oct 2012 09:23:24 UTC
SVN::Simple::Edit - A simple interface for driving svn delta editors
SVN::Simple::Edit wraps the subversion delta editor with a perl friendly interface and then you could easily drive it for describing changes to a tree. A common usage is to wrap the commit editor, so you could make commits to a subversion repository ...
CLKAO/SVN-Simple-0.28 - 08 Dec 2009 00:18:24 UTC
SVN::Simple::Path_Change - A class for easier manipulation of Subversion path changes
This is a simple class that wraps a Subversion path change object along with the path it describes....
MJGARDNER/SVN-Simple-Hook-0.312 - 15 Mar 2012 16:59:49 UTC