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

1 23

  /external/clang/include/clang/Basic/
Makefile 20 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
  /external/llvm/utils/buildit/
GNUmakefile 100 find -d "$(SRCROOT)" \( -type d -a -name .svn -o \
  /external/v8/tools/
common-includes.sh 116 git svn fetch || die "'git svn fetch' failed."
  /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/build/tools/
build-mingw64-toolchain.sh 150 MINGW_W64_VERSION=svn@5166
407 if [ "$MINGW_W64_VERSION_NO_REV" = "svn" ]; then
421 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2
422 MINGW_W64_VERSION=svn
427 # about the svn revision which this script needs to know.
428 fail_panic "Building MinGW-w64 toolchain requires specifying an svn version"
432 echo "Checking out https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC"
433 run svn co https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC
554 # If --with-widl only identifies the program name (svn version dependent)..
    [all...]
  /external/v8/
Makefile 262 svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
  /external/llvm/utils/release/
test-release.sh 23 # Base SVN URL for the sources.
24 Base_url="http://llvm.org/svn/llvm-project"
49 echo " -no-checkout Don't checkout the sources from SVN."
187 echo "# Validating $proj SVN URL"
189 if ! svn ls $Base_url/$proj/tags/RELEASE_$Release_no_dot/$RC > /dev/null 2>&1 ; then
202 if ! svn export -q $Base_url/$proj/tags/RELEASE_$Release_no_dot/$RC $proj.src ; then
  /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/utils/
GenLibDeps.pl 74 @libs = grep(!/libLLVM-\d\.\d(svn)?\.(dylib|so)/, @libs);
  /external/ceres-solver/docs/
introduction.tex 18 We follow Google's C++ Style Guide~\footnote{\url{http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml}} and use \texttt{git} for version control.
  /external/icu4c/data/
makedata.mak 491 # 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 527 * http://fbug.googlecode.com/svn/branches/firebug1.1/docs/ReleaseNotes_1.1.txt
    [all...]
  /external/llvm/
configure 3 # Generated by GNU Autoconf 2.60 for LLVM 3.3svn.
564 PACKAGE_VERSION='3.3svn'
565 PACKAGE_STRING='LLVM 3.3svn'
    [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 1273 milliseconds

1 23