HomeSort by relevance Sort by last modified time
    Searched refs:svn_repo (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/
git-llvm 176 def clean_and_update_svn(svn_repo):
177 svn(svn_repo, 'revert', '-R', '.')
181 for line in svn(svn_repo, 'status', '--no-ignore').split('\n'):
185 os.remove(os.path.join(svn_repo, filename))
187 svn(svn_repo, 'update', *list(GIT_TO_SVN_DIR.values()))
248 def svn_push_one_rev(svn_repo, rev, dry_run):
255 status = svn(svn_repo, 'status', '--no-ignore')
261 svn_sr_path = os.path.join(svn_repo, GIT_TO_SVN_DIR[sr])
275 status_lines = svn(svn_repo, 'status', '--no-ignore').split('\n')
279 svn(svn_repo, 'add', '--no-ignore', l[1:].strip()
    [all...]
  /external/v8/tools/clang/scripts/
update.py 167 def GetSvnRevision(svn_repo):
168 """Returns current revision of the svn repo at svn_repo."""
169 svn_info = subprocess.check_output('svn info ' + svn_repo, shell=True)
    [all...]

Completed in 118 milliseconds