Lines Matching defs:svn
12 adds some validation and supports both git and svn.
21 import svn
25 GLOBAL_VARIABLES = json.loads(svn.Cat('http://skia.googlecode.com/svn/'
54 CODEREVIEW_SETTINGS = '/svn/codereview.settings'
56 # String for matching the svn url of the try server inside codereview.settings.
59 # Strings used for matching svn config properties.
79 is_svn: boolean; whether we're in an SVN checkout. If False, assume we're in
83 repo = svn.Svn(os.curdir)
90 return 'svn'
262 is_svn: boolean; are we in an SVN repo?
296 # Determine if we're in an SVN checkout.
297 is_svn = os.path.isdir('.svn')