1SVK::Command::Cmerge(3)User Contributed Perl DocumentatioSnVK::Command::Cmerge(3)
2
3
4
6 SVK::Command::Cmerge - Merge specific changes
7
9 This command is currently deprecated, pending improvements to the
10 Subversion API. In the meantime, use C<svk merge -c> to obtain
11 similar functionality.
12
13 cmerge -c CHGSPEC DEPOTPATH [PATH]
14 cmerge -c CHGSPEC DEPOTPATH1 DEPOTPATH2
15
17 -c [--change] REV : act on comma-separated revisions REV
18 -l [--log] : use logs of merged revisions as commit message
19 -r [--revision] N:M : act on revisions between N and M
20 -a [--auto] : merge from the previous merge point
21 --verbatim : verbatim merge log without indents and header
22 --no-ticket : do not record this merge point
23 -m [--message] MESSAGE : specify commit message MESSAGE
24 -F [--file] FILENAME : read commit message from FILENAME
25 --template : use the specified message as the template to edit
26 --encoding ENC : treat -m/-F value as being in charset encoding ENC
27 -P [--patch] NAME : instead of commit, save this change as a patch
28 -S [--sign] : sign this change
29 -C [--check-only] : try operation but make no changes
30 --direct : commit directly even if the path is mirrored
31
32
33
34perl v5.36.0 2023-01-20 SVK::Command::Cmerge(3)