recipyCommon.version_control module¶
-
exception
recipyCommon.version_control.SvnException¶ Bases:
exceptions.Exception
-
recipyCommon.version_control.add_git_info(run, scriptpath)¶ Add information about the git repository holding the source file to the database
-
recipyCommon.version_control.add_svn_info(run, scriptpath)¶ Add information about the svn repository holding the source file to the database.
-
recipyCommon.version_control.get_origin(repo)¶
-
recipyCommon.version_control.hash_file(path)¶
-
recipyCommon.version_control.svn_diff(path)¶ Run svn diff for the given path and return the result. Raise SvnException if the command doesn’t return 0.