1SVK::Command::Depotmap(U3s)er Contributed Perl DocumentatSiVoKn::Command::Depotmap(3)
2
3
4
6 SVK::Command::Depotmap - Create or edit the depot mapping configuration
7
9 depotmap [OPTIONS]
10 depotmap DEPOTNAME /path/to/repository
11
12 depotmap --list
13 depotmap --detach [DEPOTNAME | PATH]
14 depotmap --relocate [DEPOTNAME | PATH] PATH
15
17 -i [--init] : initialize a default depot
18 -l [--list] : list current depot mappings
19 -d [--detach] : remove a depot from the mapping
20 --relocate : relocate the depot to another path
21
23 Run this command without any options would bring up your $EDITOR, and
24 let you edit your depot-directory mapping.
25
26 Each line contains a map entry, the format is:
27
28 depotname: '/path/to/repos'
29
30 The depotname may then be used as part of a DEPOTPATH:
31
32 /depotname/path/inside/repos
33
34 Depot creation respects $ENV{SVNFSTYPE}, which is default to fsfs for
35 svn 1.1 or later, and bdb for svn 1.0.x.
36
37
38
39perl v5.30.1 2020-01-30 SVK::Command::Depotmap(3)