1SVK::Command::Commit(3)User Contributed Perl DocumentatioSnVK::Command::Commit(3)
2
3
4
6 SVK::Command::Commit - Commit changes to depot
7
9 commit [PATH...]
10
12 --import : import mode; automatically add and delete nodes
13 --interactive : interactively select which "chunks" to commit
14 -m [--message] MESSAGE : specify commit message MESSAGE
15 -F [--file] FILENAME : read commit message from FILENAME
16 --encoding ENC : treat -m/-F value as being in charset encoding ENC
17 --template : use the specified message as the template to edit
18 -P [--patch] NAME : instead of commit, save this change as a patch
19 -C [--check-only] : try operation but make no changes
20 -N [--non-recursive] : operate on single directory only
21 --set-revprop P=V : set revision property on the commit
22 --direct : commit directly even if the path is mirrored
23
24
25
26perl v5.38.0 2023-07-21 SVK::Command::Commit(3)