* @since 1.3, SVN 1.6
*/
public void doPack(File repositoryRoot) throws SVNException {
FSFS fsfs = SVNAdminHelper.openRepository(repositoryRoot, true);
FSPacker packer = new FSPacker(myEventHandler);
packer.pack(fsfs);
}
/**
* Completely synchronizes two repositories.
*