ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



SVK::Inspector(3)                    User Contributed Perl Documentation                   SVK::Inspector(3)



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.



perl v5.8.8                                      2007-03-14                                SVK::Inspector(3)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.