viewvc
1.2.1
About: ViewVC is a browser interface for CVS and Subversion version control repositories.
![]() ![]() |
Go to the source code of this file.
Classes | |
class | vclib.Repository |
class | vclib.DirEntry |
class | vclib.Revision |
class | vclib.Annotation |
class | vclib.ChangedPath |
class | vclib.Error |
class | vclib.ReposNotFound |
class | vclib.UnsupportedFeature |
class | vclib.ItemNotFound |
class | vclib.InvalidRevision |
class | vclib.NonTextualFileContents |
class | vclib._diff_fp |
Namespaces | |
vclib | |
Functions | |
def | vclib._diff_args (type, options) |
def | vclib.check_root_access (repos) |
def | vclib.check_path_access (repos, path_parts, pathtype=None, rev=None) |
Variables | |
string | vclib.FILE = 'FILE' |
string | vclib.DIR = 'DIR' |
int | vclib.UNIFIED = 1 |
int | vclib.CONTEXT = 2 |
int | vclib.SIDE_BY_SIDE = 3 |
string | vclib.CVS = 'cvs' |
string | vclib.SVN = 'svn' |
string | vclib.ADDED = 'added' |
string | vclib.DELETED = 'deleted' |
string | vclib.REPLACED = 'replaced' |
string | vclib.MODIFIED = 'modified' |
int | vclib.SORTBY_DEFAULT = 0 |
int | vclib.SORTBY_DATE = 1 |
int | vclib.SORTBY_REV = 2 |