Package org.tmatesoft.svn.core.replicator

This package provides classes that allow to replicate existing repositories.

See: Description

Package org.tmatesoft.svn.core.replicator Description:

This package provides classes that allow to replicate existing repositories. The main class is SVNRepositoryReplicator that provides the necessary API to perform replication operations. It does not create a target repository if it doesn't exist yet, so, a user should take care of that by himself (although even here SVNKit can help him - please, read javadoc for the SVNRepositoryFactory class on how to create new blank FSFS-type repositories).

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.