SvnInspector

encapsulates meta data for a repository.

currently this is subversion specific.

Arguments:

  • repos_root -- abs path to base of repository (cannot be a URL)

Keyword Arguments:

  • revision -- inspect this revision (defaults to head)

Methods

f __init__(self, repos_root, revision=None) ...

f changed(self) ...

yields each line in the svnlook changed command.

returns an iterable.

f info(self) ...

get svnlook info command output.

returns a string.

See the source for more information.