INNER CODE UNIT · Python

GetSvnTrunk

sweeneychris/TheiaSfM · libraries/gtest/scripts/common.py:69

def GetSvnTrunk():
  """Returns the current SVN workspace's trunk root path."""

  _, root = GetSvnInfo()
  return root + '/trunk' if root else None


def IsInGTestSvn():
  project, _ = GetSvnInfo()
  return project == 'googletest'


def IsInGMockSvn():
  project, _ = GetSvnInfo()
  return project == 'googlemock'

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…