GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SVK::Path(3) User Contributed Perl Documentation SVK::Path(3)

SVK::Path - SVK path class

 See below

The class represents a node in svk depot.

Returns 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.

Returns true if all @other targets are from the same repository as this one.

Returns true if all @other targets are mirrored from the same source

Returns the mirror object if the path is mirrored. Returns additional path component if used in array context.

Normalize the revision to the last changed one.

Makes target depotpath. Takes $revision number optionally.

Returns the full path of the target even if anchorified.

Makes target descend into $entry

Returns corresponding SVK::Target::Universal object.

Returns depotpath of the target

Returns a list of "(path, rev)" pairs, which are ancestors of the current node.

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.
Check if $self is related to another target.

Return the nearest copy target that still exists. If $want_mirror is true, only return one that was mirrored from somewhere.

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.

Returns (url, revision) pair.

Returns the node id of this path object.

SVK::Path::Checkout
2009-12-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.