1SVK::Command::Import(3)User Contributed Perl DocumentatioSnVK::Command::Import(3)
2
3
4

NAME

6       SVK::Command::Import - Import directory into depot
7

SYNOPSIS

9        import [PATH] DEPOTPATH
10
11        # You may also list the target part first:
12        import DEPOTPATH [PATH]
13

OPTIONS

15        -f [--from-checkout]   : import from a checkout path
16        -t [--to-checkout]     : turn the source into a checkout path
17        -m [--message] MESSAGE : specify commit message MESSAGE
18        -F [--file] FILENAME   : read commit message from FILENAME
19        --template             : use the specified message as the template to edit
20        --encoding ENC         : treat -m/-F value as being in charset encoding ENC
21        -P [--patch] NAME      : instead of commit, save this change as a patch
22        -S [--sign]            : sign this change
23        -C [--check-only]      : try operation but make no changes
24        -N [--non-recursive]   : operate on single directory only
25        --direct               : commit directly even if the path is mirrored
26
27
28
29perl v5.32.0                      2020-07-28           SVK::Command::Import(3)
Impressum