-
-
15 Mar 2004 08:20:34 UTC
- Distribution: SVN-Push
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (3 / 10 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (7.65KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- SVN::Core
- URI::Escape
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
SVN::Push - Push Repository to Remote Subversion Repository
SYNOPSIS
my $m = SVN::Push->new (source => $sourceurl, target => $desturl', startrev => 100, endrev => 'HEAD', logmsg => 'push msg' );
$m->init
$m->run
DESCRIPTION
see perldoc bin/svnpush for more documentation
AUTHORS
Gerald Richter <richter@dev.ecos.de>
CREDITS
A lot of ideas and code is taken from SVN::Mirror by Chia-liang Kao <clkao@clkao.org>
COPYRIGHT
Copyright 2004 by Gerald Richter <richter@dev.ecos.de>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install SVN::Push::MirrorEditor, copy and paste the appropriate command in to your terminal.
cpanm SVN::Push::MirrorEditor
perl -MCPAN -e shell install SVN::Push::MirrorEditor
For more information on module installation, please visit the detailed CPAN module installation guide.