The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:svn"

SVN::S4 - Wrapper for Subversion River stage zero No dependents

SVN::S4 is a derived class of SVN::Client. The various SVN::S4::... classes add member functions to this class to perform various functions....

WSNYDER/SVN-S4-1.066 - 24 Jul 2017 14:03:19 UTC

SVN::Log - Extract change logs from a Subversion server. River stage one • 2 direct dependents • 2 total dependents

SVN::Log retrieves and parses the commit logs from Subversion repositories....

NIKC/SVN-Log-0.03 - 11 Jan 2006 09:29:16 UTC

SVN::ACL River stage zero No dependents

After subversion 1.3.0, it offers the new access control for using the svnserve. When you use svnadmin to create a new subversion repository. The svnserve.conf, passwd and authz will be generated by subversion automatically. You can config the files ...

HCCHIEN/SVN-ACL-0.02 - 16 Jan 2006 15:59:23 UTC

SVN::Look - Caching wrapper around the svnlook command River stage one • 2 direct dependents • 2 total dependents

The svnlook command is the workhorse of Subversion hook scripts, being used to gather all sorts of information about a repository, its revisions, and its transactions. This module provides a simple object oriented interface to a specific svnlook invo...

GNUSTAVO/SVN-Look-0.43 - 21 May 2022 14:32:05 UTC

PANT::Svn - PANT support for subversion operations River stage zero No dependents

This module is part of a set to help run automated builds of a project and to produce a build log. This part is designed to provide support for svn. Most svn operations can be simply run as Command's from the main module, but occasionally you want to...

JONIONS/PANT-0.17 - 28 Jul 2005 09:02:33 UTC

SVN::Rami - Automates merging to multiple branches River stage zero No dependents

DANRR/SVN-Rami-0.205 - 16 Aug 2023 23:30:08 UTC

SVN::Dump - A Perl interface to Subversion dumps River stage one • 1 direct dependent • 1 total dependent

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::Tree - SVN::Fs plus Tree::Path::Class River stage zero No dependents

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::Hook - Managing subversion hooks River stage zero No dependents

"SVN::Hook" provides a programmable interface to manage hook scripts for Subversion. See svnhook for the CLI usage....

CLKAO/SVN-Hook-0.28 - 19 Sep 2007 22:20:28 UTC

SVN::Class - manipulate Subversion workspaces with Perl objects River stage one • 2 direct dependents • 2 total dependents

SVN::Class extends Path::Class to allow for basic Subversion workspace management. SVN::Class::File and SVN::Class::Dir are subclasses of Path::Class::File::Stat and Path::Class::Dir respectively. SVN::Class does not use the SVN::Core Subversion SWIG...

KARMAN/SVN-Class-0.18 - 24 Sep 2014 15:07:52 UTC

Alien::SVN - A wrapper for installing the SVN Perl bindings River stage two • 20 direct dependents • 22 total dependents

Alien::SVN is a wrapper to install the Perl bindings for subversion, also known as SVN::Core. If your module needs SVN::Core it can depend on SVN::Core normally, then CPAN clients can resolve the dependency normally via Alien::SVN. This is particular...

MSCHWERN/Alien-SVN-v1.8.11.0 - 13 Jan 2015 00:12:19 UTC

SVN::Agent - simple svn manipulation. River stage zero No dependents

This module provides regular svn operations on check out directory. It tries to do this in a simplest form possible. All operations are currently performed by running svn binary directly. Thus it is probably unportable. For a much more powerful way o...

BOSU/SVN-Agent-0.04 - 07 Oct 2009 20:08:06 UTC

SVN::Hooks - Framework for implementing Subversion hooks River stage zero No dependents

GNUSTAVO/SVN-Hooks-1.36 - 10 Sep 2022 01:03:19 UTC

SVN::Churn - generate a graph for repository churn River stage zero No dependents

SVN::Churn is a module for generating Churn graphs. Churn graphs simply track the number of changed lines in a repository, grouped by a time period; they might be useful for judging the stability of a codebase, or the activeness of a project, or they...

RCLAMP/SVN-Churn-0.02 - 20 Jul 2004 13:05:54 UTC

SVN::Mirror - Mirror remote repository to local Subversion repository River stage one • 1 direct dependent • 1 total dependent

SVN::Mirror allows you to mirror remote repository to your local subversion repository. Supported types of remote repository are: Subversion with the SVN::Mirror::Ra backend. CVS, Perforce with the SVN::Mirror::VCP backend through the VCP framework....

CLKAO/SVN-Mirror-0.75 - 12 Sep 2008 16:34:22 UTC

SVN::Access - Perl extension to manipulate SVN Access files River stage one • 1 direct dependent • 1 total dependent

SVN::Access includes both an object oriented interface for manipulating SVN access files (AuthzSVNAccessFile files), as well as a command line interface to that object oriented programming interface (svnaclmgr.pl) in the examples/ directory....

MGREGORO/SVN-Access-0.11 - 03 Jan 2017 16:03:12 UTC

SVN::Notify - Subversion activity notification River stage one • 8 direct dependents • 8 total dependents

This class may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable, to add new functionality, and offers comprehensive content filtering to easi...

MPGHF/SVN-Notify-2.87 - 03 Jul 2018 12:34:14 UTC

SVN::SVNLook - Perl wrapper to the svnlook command. River stage zero No dependents

SVN::SVNLook runs the command line client. This module was created to make adding hooks script easier to manipulate....

SSCOTTO/SVN-SVNLook-0.04 - 17 Aug 2007 17:23:16 UTC

SVN::Dumpfile - Perl extension to access and manipulate Subversion dumpfiles River stage zero No dependents

SVN::Dumpfile represents a Subversion (http://subversion.tigris.org/) dumpfile. It provides methods to read existing and write modified or new dumpfiles. It supports dumpfiles with the version number 1 - 3 but was written in a tolerant way to also su...

MSCHARRER/SVN-Dumpfile-0.13.107 - 23 Apr 2009 10:49:19 UTC

SVN::S4::Info - Enhanced update and checkout methods River stage zero No dependents

SVN::S4::Info...

WSNYDER/SVN-S4-1.066 - 24 Jul 2017 14:03:19 UTC
188 results (0.024 seconds)