1SVK::Command::Push(3) User Contributed Perl DocumentationSVK::Command::Push(3)
2
3
4

NAME

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

SYNOPSIS

9        push [DEPOTPATH | PATH]
10

OPTIONS

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

DESCRIPTION

20       This command is a wrapper around the "smerge" subcommand.
21
22       "svk push" is exactly the same as running
23
24          svk smerge -If .
25
26
27
28perl v5.30.0                      2019-07-26             SVK::Command::Push(3)
Impressum