class documentation

class ServerRepositoryBackend(object):

View In Hierarchy

Undocumented

Method check_path Undocumented
Method get_latest_revnum Undocumented
Method get_locations Undocumented
Method get_uuid Undocumented
Method log Undocumented
Method rev_proplist Undocumented
Method stat Stat a path.
Method update Undocumented
def check_path(self, path, revnum):

Undocumented

def get_latest_revnum(self):

Undocumented

def get_locations(self, path, peg_revnum, revnums):

Undocumented

def get_uuid(self):

Undocumented

def log(self, send_revision, target_path, start_rev, end_rev, changed_paths, strict_node, limit):

Undocumented

def rev_proplist(self, revnum):

Undocumented

def stat(self, path, revnum):

Stat a path.

Should return a dictionary with the following keys: name, kind, size,
has-props, created-rev, created-date, last-author.
def update(self, editor, revnum, target_path, recurse=True):

Undocumented