Home | History | Annotate | Download | only in symsrc

Lines Matching refs:root

130   root = vals['Repository Root']
131 if not vals['URL'].startswith(root):
132 raise "URL is not inside of the repository root?!?"
133 path = vals['URL'][len(root):]
136 return [root, path, rev]
187 root = info[0]
195 print " skipping, file is from an unknown SVN repository %s" % root
200 if REPO_MAP[root]:
201 root = REPO_MAP[root]
203 lines.append('%s*%s*%s*%s' % (filename, root, path, rev))