1SVK::Command::Diff(3) User Contributed Perl DocumentationSVK::Command::Diff(3)
2
3
4
6 SVK::Command::Diff - Display diff between revisions or checkout copies
7
9 diff [-r REV] [PATH...]
10 diff -r N[:M] DEPOTPATH
11 diff -c N DEPOTPATH
12 diff DEPOTPATH1 DEPOTPATH2
13 diff DEPOTPATH PATH
14
16 -r [--revision] arg : ARG (some commands also take ARG1:ARG2 range)
17 -c [--change] rev : show change from rev-1 to rev (reverse if negative)
18
19 A revision argument can be one of:
20
21 "HEAD" latest in repository
22 {DATE} revision at start of the date
23 NUMBER revision number
24 NUMBER@ interpret as remote revision number
25 NUM1:NUM2 revision range
26
27 Given negative NUMBER means "HEAD"+NUMBER.
28 (Counting backwards)
29
30 -s [--summarize] : show summary only
31 -v [--verbose] : print extra information
32 -X [--expand] : expand files copied as new files
33 -N [--non-recursive] : do not descend recursively
34
35 See also SVKDIFF in svk help environment.
36
37
38
39perl v5.32.1 2021-01-27 SVK::Command::Diff(3)