Home | History | Annotate | Download | only in scm

Lines Matching refs:SVN

47 class SVN(SCM):
49 executable_name = "svn"
51 _svn_metadata_files = frozenset(['.svn', '_svn'])
65 if os.path.isdir(os.path.join(path, '.svn')):
66 # This is a fast shortcut for svn info that is usually correct for SVN < 1.7,
67 # but doesn't work for SVN >= 1.7.
87 raise ScriptError(script_args=svn_info_args, message='svn info did not contain a %s.' % field_name)
124 """Does 'svn add' to the path and its parents."""
177 return "svn"
197 return self._run([self._filesystem.join(self.checkout_root, 'Tools', 'Scripts', 'svn-create-patch')] + changed_files,