Part of subvertpy.client View In Hierarchy
Method | resolve | S.resolve(path, depth, choice) |
Method | __new__ | T.__new__(S, ...) -> a new object with type S, a subtype of T |
Method | propset | S.propset(name, value, target, recurse=True, skip_checks=False) |
Method | list | S.update(path, peg_revision, depth, dirents=ra.DIRENT_ALL, revision=None) -> list of directory entries |
Method | update | S.update(path, rev=None, recurse=True, ignore_externals=False) -> list of revnums |
Method | diff | S.diff(rev1, rev2, path1=None, path2=None, relative_to_dir=None, diffopts=[], encoding="utf-8", ignore_ancestry=True, no_diff_deleted=True, ignore_content_type=False) -> unified diff as a string |
Method | add | S.add(path, recursive=True, force=False, no_ignore=False) |
Method | propget | S.propget(name, target, peg_revision, revision=None, recurse=False) -> value |
Method | proplist | S.proplist(path, peg_revision, depth, revision=None) |
Method | commit | S.commit(targets, recurse=True, keep_locks=True, revprops=None) -> (revnum, date, author) |
Method | copy | S.copy(src_path, dest_path, srv_rev=None) |
Method | checkout | S.checkout(url, path, rev=None, peg_rev=None, recurse=True, ignore_externals=False, allow_unver_obstructions=False) |
Method | delete | S.delete(paths, force=False) |