GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
svk(3) User Contributed Perl Documentation svk(3)

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.

--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.

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>

  • Since VCP is not currently available on CPAN, you could get a dist with fixes from <http://wagner.elixus.org/~clkao/VCP-0.9-clkao.tar.gz>
  • "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.

See <http://www.perl.com/perl/misc/Artistic.html>

2006-08-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.