Home
last modified time | relevance | path

Searched refs:SVN (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/skia/tools/
Dsvn.py24 SVN = 'svn.bat' variable
26 SVN = 'svn' variable
34 proc = subprocess.Popen([SVN, 'cat', svn_url],
80 output = self._RunCommand([SVN, 'info'])
96 return self._RunCommand([SVN, 'checkout', url, path])
106 return self._RunCommand([SVN, 'update', path, '--revision', revision])
115 filenames = self._RunCommand([SVN, 'ls', url]).split('\n')
149 stdout = self._RunCommand([SVN, 'status']).replace('\r', '')
159 self._RunCommand([SVN, 'add'] + filenames)
170 [SVN, 'propset', property_name, property_value] + filenames)
[all …]
/external/skia/tools/
Dsvn.py24 SVN = 'svn.bat' variable
26 SVN = 'svn' variable
34 proc = subprocess.Popen([SVN, 'cat', svn_url],
80 output = self._RunCommand([SVN, 'info'])
96 return self._RunCommand([SVN, 'checkout', url, path])
106 return self._RunCommand([SVN, 'update', path, '--revision', revision])
115 filenames = self._RunCommand([SVN, 'ls', url]).split('\n')
149 stdout = self._RunCommand([SVN, 'status']).replace('\r', '')
159 self._RunCommand([SVN, 'add'] + filenames)
170 [SVN, 'propset', property_name, property_value] + filenames)
[all …]
/external/chromium_org/v8/tools/
Dv8-info.sh56 Output format: [Git hash] [SVN revision] [V8 version]
58 -v Print the V8 version tag for a trunk SVN revision.
64 Output format: [V8 version] [SVN revision] [SVN patch merged]*.
68 Output format: [SVN patch merged]*
70 -u Print a link to all SVN revisions between two V8 revision tags.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
Ddetection.py35 from .svn import SVN
71 if SVN.in_working_directory(absolute_path, executive=self._executive):
72 …return SVN(cwd=absolute_path, patch_directories=patch_directories, filesystem=self._filesystem, ex…
D__init__.py7 from .svn import SVN
Dsvn.py47 class SVN(SCM): class
/external/llvm/
DMakefile258 SVN = svn macro
259 SVN-UPDATE-OPTIONS =
279 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
280 …@eval $$SUB_SVN_DIRS; $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | svnup $(LLVM_SRC_ROOT) | xargs …
/external/chromium_org/third_party/WebKit/Tools/
Dsvn-config1 # This file contains the expected SVN config for developing WebKit.
2 # You may either copy it to ~/.subversion/config or merge it with your existing SVN configuration.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
Dhost.py98 from webkitpy.common.checkout.scm.svn import SVN
99 SVN.executable_name = 'svn.bat'
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
DLICENSES3 …e best of our knowledge) licensed for redistribution as part of the WebKit SVN repository. We hav…
17 LGPL or compatible (as implied by inclusion in KDE SVN)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Dsvn-apply459 open SVN, "svn rm --force '$escapedPath' |" or die "svn rm --force '$escapedPath' failed!";
461 while (<SVN>) {
464 close SVN;
DVCSUtils.pm575 open SVN, "svn status --non-interactive --non-recursive '$escapedFullPath' |" or die;
582 while (<SVN>) {
593 <SVN>;
597 $svnStatus = removeEOL(<SVN>) . "\n";
599 close SVN;
/external/chromium_org/media/tools/layout_tests/
DREADME32 Webkit SVN repository as well as test description. Then, it gets the
43 and 'nonskip'). It also looks into the SVN test expectation history
57 getting layout test names from Webkit SVN as well as test description.
/external/chromium_org/tools/telemetry/third_party/davclient/
DREADME.chromium13 fetch files from SVN servers.
/external/clang/www/
Dmenu.html.incl45 <a href="/get_started.html#build">Check Out SVN</a>
46 <a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse SVN</a>
/external/compiler-rt/www/
Dmenu.html.incl16 <a href="http://llvm.org/svn/llvm-project/compiler-rt/trunk/">Browse SVN</a>
/external/chromium_org/sync/js/
DREADME.js16 from SVN history if you feel you can make use of it.
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
DREADME29 and zxing SCons targets. SVN URL: http://zxing.googlecode.com/svn/trunk/cpp
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt45 in SVN.
50 - Add X.Y.Z and X.Y+1.Z.SVN versions to Bugzilla.
190 - Change release number in AC_INIT() in configure.in to "X.Y.Z.SVN", where
/external/lldb/www/
Dsidebar.incl48 <li><a href="http://llvm.org/svn/llvm-project/lldb/trunk">Browse SVN</a></li>
/external/valgrind/main/nightly/
DREADME.txt10 When run, the system checks out two trees: the SVN trunk from 24 hours ago
11 and the SVN trunk from now. ("24 hours ago" and "now" are determined when
188 Occasionally the SVN server isn't available when the tests runs, for either
/external/lldb/source/
DCMakeLists.txt207 # FIXME: implement svn/git revision and repository parsing solution on Windows. There is an SVN-only
/external/chromium_org/v8/tools/push-to-trunk/
Dmerge_to_branch.py241 self.SVN("copy -r %s https://v8.googlecode.com/svn/%s "
/external/icu/icu4c/source/tools/tzcode/
Dreadme.txt100 {path_to}/icu/source/data/misc/zoneinfo.txt) into SVN.
/external/valgrind/main/
DREADME68 0. Check out the code from SVN, following the instructions at

123