1SVK::Inspector(3) User Contributed Perl Documentation SVK::Inspector(3)
2
3
4
6 SVK::Inspector - path inspector
7
9 This class provides an interface through which the state of a
10 "SVK::Path" can be inspected.
11
13 exist
14 Check if the given path exists.
15
16 rev Check the revision of the given path.
17
18 localmod
19 Called when the merger needs to retrieve the local modification of
20 a file. Return an arrayref of filename, filehandle, and md5. Return
21 undef if there is no local modification.
22
23 localprop
24 Called when the merger needs to retrieve the local modification of
25 a property. Return the property value.
26
27 prop_merged
28 Called when properties are merged without changes, that is, the "g"
29 status.
30
31 dirdelta
32 When "delete_entry" needs to check if everything to be deleted does
33 not cause conflict on the directory, it calls the callback with
34 path, base_root, and base_path. The returned value should be a hash
35 with changed paths being the keys and change types being the
36 values.
37
38
39
40perl v5.38.0 2023-07-21 SVK::Inspector(3)