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

NAME

6       SVK::Command::Update - Bring changes from repository to checkout copies
7

SYNOPSIS

9        update [PATH...]
10

OPTIONS

12        -r [--revision] REV    : act on revision REV instead of the head revision
13        -N [--non-recursive]   : do not descend recursively
14        -C [--check-only]      : try operation but make no changes
15        -s [--sync]            : synchronize mirrored sources before update
16        -m [--merge]           : smerge from copied sources before update
17        -q [--quiet]           : print as little as possible
18

DESCRIPTION

20       Synchronize checkout copies to revision given by -r or to HEAD revision
21       by default.
22
23       For each updated item a line will start with a character reporting the
24       action taken. These characters have the following meaning:
25
26         A  Added
27         D  Deleted
28         U  Updated
29         C  Conflict
30         G  Merged
31         g  Merged without actual change
32
33       A character in the first column signifies an update to the actual file,
34       while updates to the file's props are shown in the second column.
35
36       If both "--sync" and "--merge" are specified, like in "svk up -sm", it
37       will first synchronize the mirrored copy source path, and then smerge
38       from it.
39
40
41
42perl v5.30.0                      2019-07-26           SVK::Command::Update(3)
Impressum