man SVK::Command::Push () - Move changes into another repository

NAME

SVK::Command::Push - Move changes into another repository

SYNOPSIS

 push [DEPOTPATH | PATH]

OPTIONS

 -f [--from] PATH       : push from the specified path
 -l [--lump]            : merge everything into a single commit log
 -C [--check-only]      : try operation but make no changes
 -P [--patch] NAME      : instead of commit, save this change as a patch
 -S [--sign]            : sign this change
 --verbatim             : verbatim merge log without indents and header

DESCRIPTION

This command is a wrapper around the CWsmerge subcommand.

CWsvk push is exactly the same as running

   svk smerge -If .

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Copyright 2003-2005 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>