carputils
Doxygen code documentation for the python framework controlling openCARP
|
SVN utilites. More...
Functions | |
def | checkout (root, url) |
Check out the bare bones of the repo at the specified location. More... | |
def | update (root, subpath) |
Update the SVN repo at the specified location. More... | |
def | get_mesh (subpath) |
Update the specified mesh directory. More... | |
Variables | |
string | MESHES_URL = 'https://carpentry.medunigraz.at/meshes' |
SVN utilites.
def carputils.svn.checkout | ( | root, | |
url | |||
) |
Check out the bare bones of the repo at the specified location.
def carputils.svn.get_mesh | ( | subpath | ) |
Update the specified mesh directory.
def carputils.svn.update | ( | root, | |
subpath | |||
) |
Update the SVN repo at the specified location.
string carputils.svn.MESHES_URL = 'https://carpentry.medunigraz.at/meshes' |