|
VCI
|
A generic interface for interacting with various version-control systems.
|
|
0.4.1 |
|
VCI::Abstract::Commit
|
Represents a single atomic commit to the repository.
|
|
|
|
VCI::Abstract::Committable
|
Anything that can be committed to a repository.
|
|
|
|
VCI::Abstract::Diff
|
An object representing a "diff" or "patch" from a Version-Control System
|
|
|
|
VCI::Abstract::Diff::File
|
The changes made to a particular file, in a Diff.
|
|
|
|
VCI::Abstract::Directory
|
A directory in the repository.
|
|
|
|
VCI::Abstract::File
|
A single file in the repository.
|
|
|
|
VCI::Abstract::FileContainer
|
Anything that can contain a File or Directory.
|
|
|
|
VCI::Abstract::History
|
The history of a Project, File, Directory, etc.
|
|
|
|
VCI::Abstract::Project
|
A particular project in the Repository
|
|
|
|
VCI::Abstract::Repository
|
A repository where version-controlled items are kept.
|
|
|
|
VCI::Util
|
Types and Utility Functions used by VCI
|
|
|
|
VCI::VCS::Bzr
|
The Bazaar implementation of VCI
|
|
0.4.1 |
|
VCI::VCS::Bzr::Commit
|
|
|
|
|
VCI::VCS::Bzr::Committable
|
|
|
|
|
VCI::VCS::Bzr::Directory
|
|
|
|
|
VCI::VCS::Bzr::File
|
|
|
|
|
VCI::VCS::Bzr::History
|
|
|
|
|
VCI::VCS::Bzr::Project
|
|
|
|
|
VCI::VCS::Bzr::Repository
|
|
|
|
|
VCI::VCS::Cvs
|
The CVS implementation of VCI
|
|
0.4.1 |
|
VCI::VCS::Cvs::Commit
|
|
|
|
|
VCI::VCS::Cvs::Diff
|
|
|
|
|
VCI::VCS::Cvs::Directory
|
|
|
|
|
VCI::VCS::Cvs::File
|
|
|
|
|
VCI::VCS::Cvs::History
|
|
|
|
|
VCI::VCS::Cvs::Project
|
|
|
|
|
VCI::VCS::Cvs::Repository
|
|
|
|
|
VCI::VCS::Git
|
The Git Implementation of VCI
|
|
0.4.1 |
|
VCI::VCS::Git::Commit
|
|
|
|
|
VCI::VCS::Git::Committable
|
|
|
|
|
VCI::VCS::Git::Diff
|
|
|
|
|
VCI::VCS::Git::Directory
|
|
|
|
|
VCI::VCS::Git::File
|
|
|
|
|
VCI::VCS::Git::History
|
|
|
|
|
VCI::VCS::Git::Project
|
|
|
|
|
VCI::VCS::Git::Repository
|
|
|
|
|
VCI::VCS::Hg
|
The Mercurial (aka Hg) implementation of VCI
|
|
0.4.1 |
|
VCI::VCS::Hg::Commit
|
|
|
|
|
VCI::VCS::Hg::Committable
|
|
|
|
|
VCI::VCS::Hg::Diff
|
|
|
|
|
VCI::VCS::Hg::Directory
|
|
|
|
|
VCI::VCS::Hg::File
|
|
|
|
|
VCI::VCS::Hg::History
|
|
|
|
|
VCI::VCS::Hg::Project
|
|
|
|
|
VCI::VCS::Hg::Repository
|
|
|
|
|
VCI::VCS::Svn
|
The Subversion implementation of VCI
|
|
0.4.1 |
|
VCI::VCS::Svn::Commit
|
|
|
|
|
VCI::VCS::Svn::Committable
|
|
|
|
|
VCI::VCS::Svn::Directory
|
|
|
|
|
VCI::VCS::Svn::File
|
|
|
|
|
VCI::VCS::Svn::FileOrDirectory
|
|
|
|
|
VCI::VCS::Svn::History
|
|
|
|
|
VCI::VCS::Svn::Project
|
|
|
|
|
VCI::VCS::Svn::Repository
|
|
|
|