1SVK::Command::Mkdir(3)User Contributed Perl DocumentationSVK::Command::Mkdir(3)
2
3
4
6 SVK::Command::Mkdir - Create a versioned directory
7
9 mkdir DEPOTPATH
10 mkdir PATH...
11
13 -p [--parent] : create intermediate directories as required
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
23
24
25perl v5.34.0 2022-01-21 SVK::Command::Mkdir(3)