Home | Trees | Index | Help |
---|
Package pybaz :: Class Archive |
|
object
--+ |NamespaceObject
--+ |RevisionIterable
--+ |VersionIterable
--+ |BranchIterable
--+ |CategoryIterable
--+ | Archive
Arch archive namespace object.
In the Arch revision control system, archives are the units of
storage. They store revisions organized in categories, branches
and versions, and are associated to a name
and a location
.
See Also:
Category
, Branch
, Version
, Revision
Method Summary | |
---|---|
Create an archive object from its registered name. | |
Instanciate a Category belonging to this archive. | |
list of |
All registered locations for this archive. |
bool |
Does this namespace exists? |
tuple of |
Deprecated. |
str |
Deprecated |
bool |
Deprecated. |
bool |
Deprecated. |
bool |
Deprecated. |
tuple of |
Deprecated. |
str |
Deprecated. |
str |
Deprecated. |
str |
Deprecated. |
bool |
Is this archive registered? |
iterable of |
Iterate over archive categories. |
iterable of |
Iterate over library categories. |
Revisions present in the specified archive location. | |
Versions present in the specified archive location. | |
Deprecated. | |
Deprecated. | |
Unregister this archive. | |
Inherited from CategoryIterable | |
iterable of |
Iterate over archive branches. |
iterable of |
Iterate over library branches. |
Inherited from BranchIterable | |
iterable of |
Iterate over library revisions. |
iterable of |
Iterate over archive versions. |
Inherited from VersionIterable | |
iterable of |
Iterate over library revisions. |
iterable of |
Iterate over archive revisions. |
Inherited from NamespaceObject | |
bool |
Compare types and fully-qualified names. |
bool |
Compare types and fully-qualified names. |
str |
Fully-qualified name in angle brackets. |
str |
Fully-qualified name. |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Property Summary | |
---|---|
tuple of |
categories : Deprecated. |
str |
fullname : Fully qualfied name of this namespace object. |
bool |
has_listings : Deprecated. |
bool |
is_mirror : Deprecated. |
bool |
is_signed : Deprecated. |
library_categories : Deprecated. | |
str |
location : Deprecated. |
str |
name : Logical name of the archive. |
str |
official_name : Deprecated. |
str |
version_string : Deprecated. |
Method Details |
---|
__init__(self,
name)
|
__getitem__(self,
category)
|
all_locations(self)All registered locations for this archive.
|
exists(self)Does this namespace exists? Within the Arch model, history cannot be changed: created archive
entries cannot be deleted. However, it is possible to unregister an
archive, or to find references to archives whose location is not known.
Thus, existence cannot always be decided. Testing for the existence of
a name in a non-registered archive raises
|
get_categories(self)Deprecated. Categories in this archive.
|
get_fullname(self)Deprecated Fully qualified name of this namespace object.
|
get_has_listings(self)Deprecated. Does the archive provide .listing file for http access?
|
get_is_mirror(self)Deprecated. Is this archive registration a mirror?
|
get_is_signed(self)Deprecated. Is the archive GPG-signed?
|
get_library_categories(self)Deprecated. Categories in this archive present in the library.
|
get_location(self)Deprecated. URI of the archive, specifies location and access method.
|
get_name(self)Deprecated. Logical name of the archive.
|
get_official_name(self)Deprecated. Official archive name of this archive registration.
|
is_registered(self)Is this archive registered?
|
iter_categories(self)Iterate over archive categories.
|
iter_library_categories(self)Iterate over library categories.
|
iter_location_revisions(self, location)Revisions present in the specified archive location. will be removed shortly after bound namespace objects are properly implemented.
|
iter_location_versions(self, location)Versions present in the specified archive location. will be removed shortly after bound namespace objects are properly implemented.
|
make_mirror(self, name, location, signed=False, listing=False, tla=False)Deprecated.
|
mirror(self, limit=None, fromto=None, no_cached=False, cached_tags=False)Deprecated.
|
unregister(self)Unregister this archive.
|
Property Details |
---|
categoriesDeprecated. Categories in this archive. |
fullnameFully qualfied name of this namespace object. |
has_listingsDeprecated. |
is_mirrorDeprecated. |
is_signedDeprecated. |
library_categoriesDeprecated. Categories in this archive present in the library. :type; tuple of |
locationDeprecated. For example 'http://ddaa.net/arch/2004', or 'sftp://user@sourcecontrol.net/public_html/2004'. |
nameLogical name of the archive. |
official_nameDeprecated. |
version_stringDeprecated. Contents of the .archive-version file at the root of the archive. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Jul 7 17:05:35 2006 | http://epydoc.sf.net |