Home | History | Annotate | Download | only in tools

Lines Matching refs:SVN

35 # URL to convert SVN revision to git hash.
69 # CHROMIUM_GITHASH_TO_SVN_URL to get the chromium revision (svn revision).
71 r'.*git-svn-id: svn://svn.chromium.org/chrome/trunk/src@(\d+) ')
76 # BLINK_GITHASH_TO_SVN_URL to get the blink revision (svn revision).
78 r'.*git-svn-id: svn://svn.chromium.org/blink/trunk@(\d+) ')
123 # Dictionary which stores svn revision number as key and it's
135 # It uses "git svn find-rev <SHA1>" command to convert git hash to svn
351 print 'Failed to get svn revision number for %s' % git_sha1
373 command = ['svn', 'find-rev', git_sha1]
993 ' SVN revisions (e.g. 123456) for chromium builds, from trunk.\n'
1071 help='Allow the script to convert git SHA1 to SVN '
1072 'revision using "git svn find-rev <SHA1>" '