Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gnustavo/svn-look

Caching wrapper around the svnlook command
https://github.com/gnustavo/svn-look

Last synced: 24 days ago
JSON representation

Caching wrapper around the svnlook command

Awesome Lists containing this project

README

        

SVN::Look - A caching wrapper around the svnlook command.

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 invocation, to make it easier
to hook writers to get and use the information they need.

Copyright (c) 2012-2014 by CPqD (http://www.cpqd.com.br/)

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

Home page: http://search.cpan.org/dist/SVN-Look/