Esempio n. 1
0
def checkin(repository_path, vss_project_path, local_path, ss_path=None):
    """
    Check in a VSS project from the specified local directory.

    Return the standard output.
    """

    vss = VSS(repository_path, ss_path)

    return vss.checkin(vss_project_path, recursive=True, get_folder=local_path, output='error', comment_no_text=True)