Overview
Language(s): PHP
Status: Stable
Last Updated: April 10, 2011
License: GNU General Public License Version 3
Description
This project contains two PHP scripts, “svnimport” and “svnexport” that are designed to help system administrators migrate an entire Subversion Repository. The export script, in essence, just executes the svnadmin utility a lot to dump an entire folder of repositories into an output directory, then tarballs that directory for transfer to another server. The import utility takes this tarball, and does the entire process in reverse on the destination server.
Please note that setting the parameters for these scripts will require editing the PHP files. They don’t take arguments from the command line.
Download
svntools.zip