Chia-liang Kao (高嘉良) > VCP-Dest-svk-0.28 > VCP::Dest::svk

Download:
VCP-Dest-svk-0.28.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 0.28   Source   Latest Release: VCP-Dest-svk-0.29

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

   # source could be cvs:/path/to/cvsrepos:module/... or
   # cvs::pserver:anonymous@cvs.server.org:/repos:module/...

DESCRIPTION ^

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.

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.

--nolayout

Do not create conventional layout for trunk and branches.

--trunk-dir

The directory for trunk. default is trunk.

--branch-dir

The directory for branches. default is branches.

AUTHORS ^

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT ^

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

NOTES ^

SEE ALSO ^

SVK, SVK::Command::Mirror, VCP, VCP::Source::cvs, VCP::Source::p4

http://svk.elixus.org/index.cgi?MirrorVCP

AUTHORS ^

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT ^

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