SVN::DumpReloc - Perl script to rewrite paths inside a Subversion dump


SVN-DumpReloc documentation Contained in the SVN-DumpReloc distribution.

Index


Code Index:

NAME

Top

SVN::DumpReloc - Perl script to rewrite paths inside a Subversion dump

SYNOPSIS

Top

  $ svn-dump-reloc from-path to-path <in-sv-dump >out-sv-dump




DESCRIPTION

Top

This package is just a wrapper for the script svn-dump-reloc.

If you are interested in having the same funcionality available as a Perl module, drop me a mail and I would move it here... or even better, send me a patch :-)))

AUTHOR

Top

Salvador Fandiño, <sfandino@yahoo.com>

COPYRIGHT AND LICENSE

Top


SVN-DumpReloc documentation Contained in the SVN-DumpReloc distribution.

package SVN::DumpReloc;

use strict;
use warnings;

our $VERSION = '0.02';


1;
__END__