1SVK::Command::Delete(3)User Contributed Perl DocumentatioSnVK::Command::Delete(3)
2
3
4
6 SVK::Command::Delete - Remove versioned item
7
9 delete [PATH...]
10 delete [DEPOTPATH...]
11
13 -K [--keep-local] : do not remove the local file
14 -m [--message] MESSAGE : specify commit message MESSAGE
15 -F [--file] FILENAME : read commit message from FILENAME
16 --template : use the specified message as the template to edit
17 --encoding ENC : treat -m/-F value as being in charset encoding ENC
18 -P [--patch] NAME : instead of commit, save this change as a patch
19 -S [--sign] : sign this change
20 -C [--check-only] : try operation but make no changes
21 --direct : commit directly even if the path is mirrored
22 --force : delete the file/directory even if modified
23
24
25
26perl v5.38.0 2023-07-21 SVK::Command::Delete(3)