|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SVK::Command::Push(3) User Contributed Perl Documentation SVK::Command::Push(3)
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 "smerge" subcommand.
"svk push" is exactly the same as running
svk smerge -If .
perl v5.8.8 2006-12-28 SVK::Command::Push(3)
|
|