/external/libogg/ |
Makefile.am | 22 rm -rf `find $(distdir)/$$item -name .svn`; \
|
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/ |
crashmon | 46 rev=$(cd "${crashmon_src_path}" && svn info | sed -e '/^Revision:/s/Revision: //p' -e d) 57 ( printf "<html><head><title>StackTrace for ${programfile} from svn"
|
/external/v8/tools/ |
push-to-trunk.sh | 91 git checkout -b $BRANCHNAME svn/bleeding_edge \ 220 git svn fetch || die "'git svn fetch' failed." 221 git checkout svn/bleeding_edge 233 git diff svn/trunk $PREPARE_COMMIT_HASH > "$PATCH_FILE" 261 git checkout -b $TRUNKBRANCH svn/trunk \ 305 echo ">>> Step $CURRENT_STEP: Commit to SVN." 306 git svn dcommit | tee >(grep -E "^Committed r[0-9]+" \ 309 || die "'git svn dcommit' failed." 319 git svn tag $MAJOR.$MINOR.$BUILD -m "Tagging version $MAJOR.$MINOR.$BUILD" [all...] |
common-includes.sh | 116 git svn fetch || die "'git svn fetch' failed."
|
/external/dhcpcd/mk/ |
dist.mk | 1 # rules to make a distribution tarball from a svn repo
|
/external/libvorbis/ |
Makefile.am | 36 rm -rf `find $(distdir)/$$item -name .svn`; \
|
/external/clang/include/clang/ |
Makefile | 17 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
|
/external/clang/include/clang-c/ |
Makefile | 16 | grep -v CVS | grep -v .svn | grep -v .dir` ; do \
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
check_lint.sh | 16 svn co -r82 http://google-styleguide.googlecode.com/svn/trunk/cpplint cpplint
|
/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/valgrind/main/nightly/bin/ |
nightly | 15 svn co -r "{$1}" "${valgrind_svn_repo}/nightly" infodir > /dev/null; 16 revno=`svn info infodir | sed -n 's/^Revision: //p'`; 54 valgrind_svn_repo="svn://svn.valgrind.org/valgrind/trunk" 69 # This is one of the formats SVN accepts. Yes, the 'T' appears in the final 144 "svn co ${valgrind_svn_repo} -r {$svn_date} valgrind-$logfile" && \ 182 valgrind_revision="`svn info valgrind-new | grep Revision | sed 's/Revision[ ]*:[ ]*//'`" 183 vex_revision="`svn info valgrind-new/VEX | 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 | 20 CLANG_VERSION := $(subst svn,,$(LLVMVersion))
|
/external/llvm/utils/buildit/ |
GNUmakefile | 100 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...] |
/ndk/build/tools/ |
build-mingw64-toolchain.sh | 143 MINGW_W64_VERSION=svn@5166 387 if [ "$MINGW_W64_VERSION_NO_REV" = "svn" ]; then 393 MINGW_W64_SRC=$SRC_DIR/mingw-w64-svn$MINGW_W64_REVISION2 394 MINGW_W64_VERSION=svn 400 if [ "$MINGW_W64_VERSION" = "svn" ]; then 401 echo "Checking out https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC" 402 run svn co https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/trunk$MINGW_W64_REVISION $MINGW_W64_SRC
|
/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/ |
Makefile | 245 SVN = svn 246 SVN-UPDATE-OPTIONS = 248 SUB-SVN-DIRS = $(AWK) '/I|\? / {print $$2}' \ 249 | LC_ALL=C xargs $(SVN) info 2>/dev/null \ 253 $(SVN) $(SVN-UPDATE-OPTIONS) update $(LLVM_SRC_ROOT) 254 @ $(SVN) status --no-ignore $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) updat [all...] |