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

NAME

6       SVK::Command::Merge - Apply differences between two sources
7

SYNOPSIS

9        merge -r N:M DEPOTPATH [PATH]
10        merge -r N:M DEPOTPATH1 DEPOTPATH2
11        merge -r N:M [--to|--from] [PATH]
12

OPTIONS

14        -r [--revision] N:M    : act on revisions between N and M
15        -c [--change] N        : act on change N (between revisions N-1 and N)
16                                 using -N reverses the changes made in revision N
17        -I [--incremental]     : apply each change individually
18        -a [--auto]            : merge from the previous merge point
19        -l [--log]             : use logs of merged revisions as commit message
20        -s [--sync]            : synchronize mirrored sources before operation
21        -t [--to]              : merge to the specified path
22        -f [--from]            : merge from the specified path
23        --summary              : display related logs in this merge
24        --verbatim             : verbatim merge log without indents and header
25        --no-ticket            : do not record this merge point
26        --track-rename         : track changes made to renamed node
27        -m [--message] MESSAGE : specify commit message MESSAGE
28        -F [--file] FILENAME   : read commit message from FILENAME
29        --template             : use the specified message as the template to edit
30        --encoding ENC         : treat -m/-F value as being in charset encoding ENC
31        -P [--patch] NAME      : instead of commit, save this change as a patch
32        -S [--sign]            : sign this change
33        -C [--check-only]      : try operation but make no changes
34        --direct               : commit directly even if the path is mirrored
35
36
37
38perl v5.32.0                      2020-07-28            SVK::Command::Merge(3)
Impressum