Home | History | Annotate | Download | only in util

Lines Matching refs:url

17   def __init__(self, url, root, revision):
18 self.url = url
53 url = attrs['URL']
59 return VersionInfo(url, root, revision)
125 Fetch URL of SVN repository bound to git.
130 SVN URL.
133 proc = RunGitCommand(directory, ['svn', 'info', '--url'])
153 git_command = ['config', '--get-regexp', '^svn-remote.svn.url$']
211 url = FetchGitSVNURL(directory)
213 return VersionInfo(url, root, revision)