NAME

VCP::Dest::svk - svk destination driver

SYNOPSIS

   vcp <source> svk:/path/to/repos:path
   vcp <source> svk:/path/to/repos:path --init-repos
   vcp <source> svk:/path/to/repos:path --init-repos --delete-repos

DESCRIPTION

This driver allows vcp to insert revisions in to a SVN repository via the svk interface.

OPTIONS

--init-repos

Initializes a SVN repository in the directory indicated. Refuses to init a non-empty directory.

--delete-repos

If --init-repos is passed and the target directory is not empty, it will be deleted. THIS IS DANGEROUS AND SHOULD ONLY BE USED IN TEST ENVIRONMENTS.