Chia-liang Kao (高嘉良) > SVK-1.99_01 > SVK::Inspector

Download:
SVK-1.99_01.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  53
Open  12
View Bugs
Report a bug
Source   Latest Release: SVK-v2.2.1

NAME ^

SVK::Inspector - path inspector

DESCRIPTION ^

This class provides an interface through which the state of a SVK::Path can be inspected.

METHODS ^

exist

Check if the given path exists.

rev

Check the revision of the given path.

localmod

Called when the merger needs to retrieve the local modification of a file. Return an arrayref of filename, filehandle, and md5. Return undef if there is no local modification.

localprop

Called when the merger needs to retrieve the local modification of a property. Return the property value.

prop_merged

Called when properties are merged without changes, that is, the g status.

dirdelta

When delete_entry needs to check if everything to be deleted does not cause conflict on the directory, it calls the callback with path, base_root, and base_path. The returned value should be a hash with changed paths being the keys and change types being the values.

AUTHORS ^

Chia-liang Kao <clkao@clkao.org> Norman Nunley <nnunley@gmail.com>

COPYRIGHT ^

Copyright 2003-2005 by Chia-liang Kao <clkao@clkao.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html