Ejemplo n.º 1
0
def get(repository_path, vss_project_path, local_path, ss_path=None):
    """
    Get a read-only copy of a VSS project into the specified local directory.

    Return the standard output.
    """

    vss = VSS(repository_path, ss_path)

    return vss.get(vss_project_path, recursive=True, get_folder=local_path, output='error', ignore='all')