SVN-DumpReloc
view release on metacpan or search on metacpan
Revision history for Perl extension SVN::DumpReloc.
0.02 Aug 26, 2008
- root directory was not being relocated (bug report by Matt S
Trout).
0.01 Tue Aug 19 17:02:37 2008
- Matt S Trout asked for it...
- original version; created by h2xs 1.23 with options
-AXn SVN::DumpReloc
bin/svn-dump-reloc view on Meta::CPAN
accordance with the passed arguments.
It reads the original repository dump from stdin and writes the
modified dump to stdout.
It is useful to import a repository as a subdirectory of another
already existent one. For instance:
$ svnadmin dump /my/repos | svn-dump-reloc "/" "my/project" >dump
will relocate all the files in the dump to the subdirectory
C<my/project>.
Or to rename or move directories:
$ svnadmin dump /my/repos | svn-dump-reloc "foo/doz" "bar" >dump
that will move the files in the directory C<foo/doz> to C<bar> leaving
the rest untouched.
Paths are always absolute and there is no need to begin them with a
( run in 1.167 second using v1.01-cache-2.11-cpan-5511b514fd6 )