1SVK::Command::Copy(3) User Contributed Perl DocumentationSVK::Command::Copy(3)
2
3
4
6 SVK::Command::Copy - Make a versioned copy
7
9 copy DEPOTPATH1 DEPOTPATH2
10 copy DEPOTPATH [PATH]
11
13 -r [--revision] REV : act on revision REV instead of the head revision
14 -p [--parent] : create intermediate directories as required
15 -q [--quiet] : print as little as possible
16 -m [--message] MESSAGE : specify commit message MESSAGE
17 -F [--file] FILENAME : read commit message from FILENAME
18 --template : use the specified message as the template to edit
19 --encoding ENC : treat -m/-F value as being in charset encoding ENC
20 -P [--patch] NAME : instead of commit, save this change as a patch
21 -S [--sign] : sign this change
22 -C [--check-only] : try operation but make no changes
23 --direct : commit directly even if the path is mirrored
24
25
26
27perl v5.38.0 2023-07-21 SVK::Command::Copy(3)