HomeSort by relevance Sort by last modified time
    Searched refs:svn (Results 26 - 45 of 45) sorted by null

12

  /external/dhcpcd/mk/
dist.mk 1 # rules to make a distribution tarball from a svn repo
  /external/clang/include/clang/
Makefile 17 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
  /external/clang/include/clang-c/
Makefile 14 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 50 executables like svn in front of the Cygwin ones in their paths.
  /external/webkit/WebKitLibraries/win/tools/scripts/
auto-version.sh 88 SVN_REVISION=$(svn info | grep '^Revision' | sed 's/^Revision: //')
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffHeader.pl 178 svn:mime-type = application/octet-stream label
182 Name: svn:mime-type
198 "svn:mime-type = application/octet-stream\n"],
parseSvnPropertyValue.pl 103 Deleted: svn:executable
105 expectedReturn => ["*", "Deleted: svn:executable\n"],
154 Added: svn:executable
156 expectedReturn => ["A\nlong sentence that spans\nmultiple lines.", "Added: svn:executable\n"],
  /external/clang/include/clang/Basic/
Makefile 18 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
  /external/llvm/utils/buildit/
GNUmakefile 103 find -d "$(SRCROOT)" \( -type d -a -name .svn -o \
  /external/webkit/Tools/Scripts/
update-webkit 68 -q|--quiet pass -q to svn update for quiet updates
80 # Don't prompt when using svn-1.6 or newer.
119 open UPDATE, "-|", "svn", "update", @svnOptions or die;
141 # Doing a git fetch first allows setups with svn-remote.svn.fetch = trunk:refs/remotes/origin/master
145 system("git", "svn", "rebase") == 0 or die;
VCSUtils.pm 154 system("svn", "move", $source, $destination);
177 system("svn", "propset", "svn:executable", "on", $path) == 0 or die "Failed to run 'svn propset svn:executable on $path'.";
188 system("svn", "propdel", "svn:executable", $path) == 0 or die "Failed to run 'svn propdel svn:executable $path'.";
213 # if you're in a git-svn checkout. The best suggestions seen so fa
    [all...]
prepare-ChangeLog 46 # Add SVN version numbers for commit (can't do that until
141 print STDERR " --[no-]update Update ChangeLogs from svn before adding entry (default: update)\n";
156 my $SVN = "svn";
340 # Get the latest ChangeLog files from svn.
347 print STDERR " Running 'svn update' to update ChangeLog files.\n";
348 open ERRORS, "-|", $SVN, "update", @logs
349 or die "The svn update of ChangeLog files failed: $!.\n";
    [all...]
svn-create-patch 29 # Extended "svn diff" script for WebKit Open Source Project, used to make patches.
31 # Differences from standard "svn diff":
33 # Uses the real diff, not svn's built-in diff.
159 open INFO, "svn info '$infoPath' |" or die;
173 open PROPGET, "svn propget svn:mime-type $args '$file' |" or die;
176 # svn may output a different EOL sequence than $/, so avoid chomp.
203 open INFO, "svn info '$file' |" or die;
230 open DIFF, "svn diff --diff-cmd diff -x -$diffOptions '$file' |" or die;
251 open STAT, "svn stat '$statPath' |" or die
    [all...]
old-run-webkit-tests 322 --use-remote-links-to-tests Link to test files within the SVN repository in the results.
500 my %ignoredLocalDirectories = map { $_ => 1 } qw(.svn _svn resources script-tests);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 465 elif test -d .svn; then
466 svn log -r HEAD "$dir/$file" > /dev/null 2>&1 && found=yes
  /external/llvm/
Makefile 241 SVN = svn
242 SVN-UPDATE-OPTIONS =
244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
245 | LC_ALL=C xargs $(SVN) info 2>/dev/null \
249 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT)
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) updat
    [all...]
configure 3 # Generated by GNU Autoconf 2.60 for llvm 3.0svn.
564 PACKAGE_VERSION='3.0svn'
565 PACKAGE_STRING='llvm 3.0svn'
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 74 @libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
  /external/icu4c/data/
makedata.mak 490 # C:\svn\icuproj\icu\trunk\source\data>nmake -f makedata.mak ICUMAKE=C:\svn\icuproj\icu\trunk\source\data\ CFG=x86\Debug uni-core-data
    [all...]
  /external/v8/src/
messages.js 488 * http://fbug.googlecode.com/svn/branches/firebug1.1/docs/ReleaseNotes_1.1.txt
    [all...]

Completed in 799 milliseconds

12