![]() |
![]()
| ![]() |
![]()
NAMESVK::Path - SVK path class SYNOPSISSee below DESCRIPTIONThe class represents a node in svk depot. rootReturns the root representing the file system of the revision at the anchor. Give optional pool (null to use default), otherwise use the internal root of the path object. Be careful if you are using the root object but not keeping the path object. same_reposReturns true if all @other targets are from the same repository as this one. same_sourceReturns true if all @other targets are mirrored from the same source is_mirroredReturns the mirror object if the path is mirrored. Returns additional path component if used in array context. normalizeNormalize the revision to the last changed one. as_depotpathMakes target depotpath. Takes $revision number optionally. pathReturns the full path of the target even if anchorified. descendMakes target descend into $entry universalReturns corresponding SVK::Target::Universal object. depotpathReturns depotpath of the target copy_ancestorsReturns a list of "(path, rev)" pairs, which are ancestors of the current node. nearest_copy(root, path, [pool])given a root object (or a target) and a path, returns the revision root where it's ancestor is from another path, and ancestor's root and path. related_toCheck if $self is related to another target. copied_from ($want_mirror)Return the nearest copy target that still exists. If $want_mirror is true, only return one that was mirrored from somewhere. $self->seek_to($revision)Return the "SVK::Path" object that $self is at $revision. Note that we don't have forward tracing, so if <$revision is greater than "$self-"revision>, a "SVK::Path" at <$revision> will be returned. In other words, assuming "foo@N" for "-r N foo@M" when N > M. as_url($local_only, [ $path, $rev ])Returns (url, revision) pair. node_id ()Returns the node id of this path object. SEE ALSOSVK::Path::Checkout
|