Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

arch::library(3pm) [debian man page]

Arch::Library(3pm)					User Contributed Perl Documentation					Arch::Library(3pm)

NAME
Arch::Library - access arch revision libraries SYNOPSIS
use Arch::Library; my $library = Arch::Library->new; my $rev = 'migo@homemail.com--Perl-GPL/arch-perl--devel--0--patch-1'; my $log = $library->get_revision_log($rev); my $cset = $library->get_revision_changeset($rev); DESCRIPTION
Arch::Library provides an interface to access pristine trees, changesets and logs stored in local revision libraries. METHODS
The following common methods (inherited and pure virtual that this class implements) are documented in Arch::Storage: new, init, working_name, working_names, fixup_name_alias, is_archive_managed, expanded_revisions. archives, categories, branches, versions, revisions, get_revision_descs, expanded_archive_info, get_revision_changeset, get_changeset, get_revision_log, get_log. Additionally, the following methods are available: fallback_dir, working_revision, add_revision, find_revision_tree, find_tree. fallback_dir [dir] Get or set the fallback directory. Defaults to "undef". If no revision library exists, the fallback directory will be used as revision library when adding revisions with add_revision. working_revision [revision] Get or set the default revision for find_tree, get_changeset and get_log. find_revision_tree revision [autoadd] find_tree [autoadd] Returns the path to the revision library structure for revision revision or working_revision. Returns an empty string if revision is not in the revision library and autoadd is not set. If autoadd is set, revision will be added to the revision library. BUGS
No known bugs. AUTHORS
Mikhael Goikhman (migo@homemail.com--Perl-GPL/arch-perl--devel). Enno Cramer (uebergeek@web.de--2003/arch-perl--devel). SEE ALSO
For more information, see tla, Arch::Storage, Arch::Library. perl v5.10.1 2005-09-17 Arch::Library(3pm)

Check Out this Related Man Page

Arch(3pm)						User Contributed Perl Documentation						 Arch(3pm)

NAME
Arch - GNU Arch Perl library SYNOPSIS
use Arch 0.5.2; # perldoc Arch # axp man Arch # example: produce ChangeLog for the current project use Arch::Tree; foreach my $log (Arch::Tree->new->get_logs) { print "-" x 80, " "; print $log->standard_date, " "; print $log->summary, " "; print $log->body; } DESCRIPTION
The Arch-Perl library allows Perl developers to create GNU Arch front-ends in an object oriented fashion. GNU Arch is a decentralized, changeset-oriented revision control system. Currently, a pragmatic high-level interface is built around tla or baz. This functionality was initially developed for ArchZoom project, and was highly enhanced to serve AXP and ArchWay projects as well. AUTHORS
Mikhael Goikhman (migo@homemail.com--Perl-GPL/arch-perl--devel). Enno Cramer (uebergeek@web.de--2003/arch-perl--devel). SEE ALSO
For more information, see tla, Arch::Backend, Arch::Changes, Arch::Changeset, Arch::DiffParser, Arch::FileHighlighter, Arch::Inventory, Arch::Library, Arch::LiteWeb, Arch::Log, Arch::Name, Arch::Registry, Arch::RevisionBunches, Arch::Run, Arch::RunLimit, Arch::Session, Arch::SharedCache, Arch::SharedIndex, Arch::Storage, Arch::Tarball, Arch::TempFiles, Arch::Test::Archive, Arch::Test::Cases, Arch::Test::Framework, Arch::Test::Tree. Arch::Tree, Arch::Util. perl v5.10.1 2005-10-23 Arch(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. Linux

Needs for installing Arch/Linux?

(1 Reply)
Discussion started by: riwa
1 Replies

2. Linux

Pacman not functioning in Arch

Currently in a fresh install of arch linux and I have been trying to install some stuff with pacman. Every operation returns multiple errors such as no address record when using -Sy and unable to retrieve file when trying to install something. I have tried so many different configurations of... (5 Replies)
Discussion started by: a sandwhich
5 Replies

3. Shell Programming and Scripting

Help: Makefile with multiple executables

I am trying to create executables for the following files Currently, I am making 9 different directories for for each. I would like to make 1 directory but everytime I try it does not work. CROSS_COMPILE?= # CROSS_COMPILE used to = arm-arago-linux-gnueabi... (1 Reply)
Discussion started by: bpetersen
1 Replies

4. Programming

[LUA] Set variables according to if file exists

Heya I'm using Awesome WM with the Vicious widget library. As i'm using multi boot, Win8, Fedora and Arch, i have my WM-Config shared accross my GNU/Linux installations. The regarding snippet: -- Functions -- Its just a workaround for an 'unstable' 'hwmon/hwmon' definition of Fedora21 -... (0 Replies)
Discussion started by: sea
0 Replies

5. Solaris

How to find out SPARC server revision number?

WE have a SPARC server which was purchased very long back. (in 1996). Each SPARC Server has a revision number in a format T* (T5, T6, T7..etc). How to find out the revision number of my SPARC server either from OS or by any other way? (1 Reply)
Discussion started by: rajujayanthy
1 Replies