1SVK::Command::Push(3) User Contributed Perl DocumentationSVK::Command::Push(3)
2
3
4
6 SVK::Command::Push - Move changes into another repository
7
9 push [DEPOTPATH | PATH]
10
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
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.38.0 2023-07-21 SVK::Command::Push(3)