HomeSort by relevance Sort by last modified time
    Searched refs:SVN (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
__init__.py 7 from .svn import SVN
detection.py 35 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, executive=self._executive)
svn.py 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"
    [all...]
scm_unittest.py 43 from webkitpy.common.checkout.scm.svn import SVN
46 # We cache the mock SVN repo so that we don't create it again for each call to an SVNTest or GitTest test_ method.
111 return self._make_diff("svn", *args)
117 self._run(["svn", "add", path])
120 self._run(["svn", "commit", "--quiet", "--message", message])
123 # GitTest. We create a mock SVN repo once and then perform an SVN checkout from a filesystem copy of
137 self._run(['svn', 'checkout', '--quiet', self.svn_repo_url + "/trunk", self.svn_checkout_path])
142 # git svn complains if we don't pass --pre-1.5-compatible, not sure why
    [all...]
  /external/chromium_org/third_party/skia/tools/
svn.py 14 PROPERTY_MIMETYPE = 'svn:mime-type'
24 SVN = 'svn.bat'
26 SVN = 'svn'
34 proc = subprocess.Popen([SVN, 'cat', svn_url],
44 class Svn:
47 """Set up to manipulate SVN control within the given directory.
78 """Run "svn info" and return a dictionary containing its output.
80 output = self._RunCommand([SVN, 'info']
    [all...]
  /external/skia/tools/
svn.py 14 PROPERTY_MIMETYPE = 'svn:mime-type'
24 SVN = 'svn.bat'
26 SVN = 'svn'
34 proc = subprocess.Popen([SVN, 'cat', svn_url],
44 class Svn:
47 """Set up to manipulate SVN control within the given directory.
78 """Run "svn info" and return a dictionary containing its output.
80 output = self._RunCommand([SVN, 'info']
    [all...]
  /external/chromium_org/v8/tools/
v8-info.sh 49 Fetches V8 revision information from a git-svn checkout.
56 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.
76 git for-each-ref --format="%(objectname) %(refname:short)" refs/remotes/svn
88 tags | grep "svn/tags/$1$" | tag_revision
96 git svn log -1 --oneline $1 | cut -d" " -f
    [all...]
  /external/llvm/
Makefile 258 SVN = svn
259 SVN-UPDATE-OPTIONS =
262 # Multiline variable defining a recursive function for finding svn repos rooted at
266 dirs=`svn status --no-ignore $$1 | awk '/^(I|\?) / {print $$2}' | LC_ALL=C xargs svn info 2>/dev/null | awk '/^Path:\ / {print $$2}'`;
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 $(SVN) $(SVN-UPDATE-OPTIONS) updat
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host.py 68 # If we don't do this, programs like SVN will output localized
69 # messages and svn.py will fail to parse them.
78 # Maybe this belongs in SVN in some more generic "find the svn binary" codepath?
80 # FIXME: Unclear how to test this, since it currently mutates global state on SVN.
83 self.executive.run_command(['svn', 'help'])
86 self.executive.run_command(['svn.bat', 'help'])
88 # of development tools, including Python and svn. Instead of using a
89 # real svn executable, depot_tools indirects via a batch file, called
90 # svn.bat. This batch file allows depot_tools to auto-update the rea
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 35 # Handles added files (does a svn add with logic to handle local changes).
36 # Handles added directories (does a svn add).
37 # Handles removed files (does a svn rm with logic to handle local changes).
39 # (does a svn rm).
40 # Has mode where it will roll back to svn version numbers in the patch file so svn
46 # Handles binary files (requires patches made by svn-create-patch).
47 # Handles copied and moved files (requires patches made by svn-create-patch).
53 # Handle copied and moved directories (would require patches made by svn-create-patch).
110 '.svn' => 1
    [all...]
VCSUtils.pm 168 system("svn", "move", $escapedSource, $escapedDestination);
192 system("svn", "propset", "svn:executable", "on", $escapedPath) == 0 or die "Failed to run 'svn propset svn:executable on $escapedPath'.";
204 system("svn", "propdel", "svn:executable", $escapedPath) == 0 or die "Failed to run 'svn propdel svn:executable $escapedPath'.";
229 # if you're in a git-svn checkout. The best suggestions seen so fa
    [all...]
  /external/chromium_org/tools/sheriffing/
buildinfo.js 69 * JSON instead of SVN numbers.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 60 'than getting data from SVN. This shortens '
122 current analyzer results are dynamically obtained from Blink SVN and
323 # This is link to test HTML in SVN.
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 371 } else if (const ShuffleVectorSDNode *SVN =
375 int Idx = SVN->getMaskElt(i);
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 532 const ShuffleVectorSDNode *SVN = cast<ShuffleVectorSDNode>(N);
535 ID.AddInteger(SVN->getMaskElt(i));
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
merge_to_branch.py 63 "svn/%s" % self["merge_to_branch"])
77 branch="svn/bleeding_edge")
79 svn_revision = self.GitSVNFindSVNRev(git_hash, "svn/bleeding_edge")
81 self.Die("Cannot determine svn revision for %s" % git_hash)
107 next_hash = self.GitSVNFindGitHash(revision, "svn/bleeding_edge")
216 MESSAGE = "Determine svn commit revision."
223 branch="svn/%s" % self["merge_to_branch"])
225 self.Die("Unable to map git commit to svn revision.")
236 print "Creating tag svn/tags/%s" % self["version"]
241 self.SVN("copy -r %s https://v8.googlecode.com/svn/%s
    [all...]
common_includes.py 357 def SVN(self, args="", prefix="", pipe=True, retry_on=None, cwd=None):
359 "svn", args, prefix, pipe, cwd=cwd or self.default_cwd)
496 branch = "" if parent_hash else branch or "svn/trunk"
523 self.Command("svn", "update", cwd=self._options.svn)
524 if self.Command("svn", "status", cwd=self._options.svn) != "":
525 self.Die("SVN checkout not clean.")
528 cwd=self._options.svn):
531 "svn",
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder.py 28 # The earliest version for which we have SVN data.
209 # SVN data isn't available below this version.
352 SVN filesystem.
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/chromium_org/tools/
bisect-builds.py 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'
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a>
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 24 * <a href="http://google-code-prettify.googlecode.com/svn/trunk/README.html#langs">README</a>
    [all...]

Completed in 505 milliseconds

1 2