
VCP::Dest::svk - svk destination driver

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 # source could be cvs:/path/to/cvsrepos:module/... or # cvs::pserver:anonymous@cvs.server.org:/repos:module/...

This driver allows vcp to insert revisions in to a Subversion repository via the svk interface. You could use the vcp command line interface or the integrated SVK mirror command.

Initializes a SVN repository in the directory indicated. Refuses to init a non-empty directory.
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.
Do not create conventional layout for trunk and branches.
The directory for trunk. default is trunk.
The directory for branches. default is branches.

Chia-liang Kao <clkao@clkao.org>

Copyright 2004 by Chia-liang Kao <clkao@clkao.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html

VCP::Dest::svk uses branch info to decide the path in the resulting repository. So source repository with branches denoted by path names like Perforce should normalize the path name and branch info. see SVN::Mirror::VCP for example.
SVK, SVK::Command::Mirror, VCP, VCP::Source::cvs, VCP::Source::p4
http://svk.elixus.org/index.cgi?MirrorVCP

Chia-liang Kao <clkao@clkao.org>

Copyright 2004 by Chia-liang Kao <clkao@clkao.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.