LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Functions | |
def | isSvnFile |
def | getInfo |
def | isTrunk |
def | revision |
def | guessVersionName |
def | parseVersionName |
def lsst.sconsUtils.vcs.svn.guessVersionName | ( | HeadURL | ) |
def lsst.sconsUtils.vcs.svn.isSvnFile | ( | file | ) |
def lsst.sconsUtils.vcs.svn.isTrunk | ( | file = "." | ) |
def lsst.sconsUtils.vcs.svn.parseVersionName | ( | versionName | ) |
A callback that knows about the LSST convention that a tagname such as ticket_374 means the top of ticket 374, and ticket_374+svn6021 means revision 6021 on ticket 374. You may replace "ticket" with "branch" if you wish The "versionName" may actually be the directory part of a URL, and ".../(branches|tags|tickets)/tagname" is also supported
def lsst.sconsUtils.vcs.svn.revision | ( | file = None , |
|
lastChanged = False |
|||
) |