/external/webkit/WebKitTools/BuildSlaveSupport/ |
build-launcher-app | 56 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`; 57 (my $revision) = ($gitLog =~ m/ +git-svn-id: .+@(\d+) /g); 67 my $svnInfo = `LC_ALL=C svn info $sourceDir | grep URL:`; 70 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`; 71 ($url) = ($gitLog =~ m/ +git-svn-id: (.+)@\d+ /g); 74 die "Unable to determine current SVN branch in $sourceDir" unless (defined $branch);
|
/external/bluetooth/glib/ |
autogen.sh | 87 if [ -x "`which svn`" ]; then 91 echo " fetching it from http://svn.gnome.org/svn/build/trunk/" 95 svn checkout http://svn.gnome.org/svn/build/trunk/ build 98 echo 'warning: build/ directory is missing and no "svn" to fetch it!'
|
/external/chromium/third_party/icu/source/test/perf/utrie2perf/ |
utrie2perf.sh | 5 # export LD_LIBRARY_PATH=/home/mscherer/svn.icu/utf8-dev/lib:/home/mscherer/svn.icu/utf8-dev/tools/ctestfw 10 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
|
utrie2perf.bat | 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
|
/external/icu4c/test/perf/utrie2perf/ |
utrie2perf.sh | 5 # export LD_LIBRARY_PATH=/home/mscherer/svn.icu/utf8-dev/lib:/home/mscherer/svn.icu/utf8-dev/tools/ctestfw 10 PERF=~/svn.icu/utf8-dev/test/perf/utrie2perf/utrie2perf
|
utrie2perf.bat | 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
|
/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/ |
contperf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
span16perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
span8perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
/external/e2fsprogs/lib/ext2fs/tdb/ |
build-tdb | 14 (cd $BASE_DIR/common; svn info ) > .svninfo
|
/external/icu4c/test/perf/unisetperf/draft/ |
contperf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
span16perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
span8perf.bat | 4 set PERF=c:\svn\icuproj\icu\ucnvutf8\source\test\perf\unisetperf\release\unisetperf
|
/external/dhcpcd/mk/ |
dist.mk | 1 # rules to make a distribution tarball from a svn repo
|
/external/webkit/WebKitLibraries/win/tools/scripts/ |
auto-version.sh | 88 SVN_REVISION=$(svn info | grep '^Revision' | sed 's/^Revision: //')
|
/external/webkit/WebKitTools/Scripts/ |
update-iexploder-cssproperties | 53 print `svn stat $iExploderFile`; 62 my $result = "# From WebKit svn r" . $revision . " (" . $path . ")\n"; 96 open INFO, "svn info '$file' |" or die;
|
update-webkit | 65 -q|--quiet pass -q to svn update for quiet updates 73 # Don't prompt when using svn-1.6 or newer. 97 open UPDATE, "-|", "svn", "update", @svnOptions or die; 119 system("git", "svn", "rebase") == 0 or die;
|
VCSUtils.pm | 143 return -d File::Spec->catdir($dir, ".svn"); 161 chomp($svnVersion = `svn --version --quiet`); 199 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die; 239 # Some users have a workflow where svn-create-patch, svn-apply and 240 # svn-unapply are used outside of multiple svn working directores, 255 my $svnInfo = `LC_ALL=C svn info $dir | grep Revision:`; 258 my $gitLog = `cd $dir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:` [all...] |
prepare-ChangeLog | 46 # Add SVN version numbers for commit (can't do that until 134 print STDERR " --[no-]update Update ChangeLogs from svn before adding entry (default: update)\n"; 148 my $SVN = "svn"; 320 # Get the latest ChangeLog files from svn. 327 print STDERR " Running 'svn update' to update ChangeLog files.\n"; 328 open ERRORS, "-|", $SVN, "update", @logs 329 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. 137 open INFO, "svn info '$infoPath' |" or die; 151 open PROPGET, "svn propget svn:mime-type $args '$file' |" or die; 154 # svn may output a different EOL sequence than $/, so avoid chomp. 181 open INFO, "svn info '$file' |" or die; 206 open DIFF, "svn diff --diff-cmd diff -x -uaNp '$file' |" or die; 223 open STAT, "svn stat '$statPath' |" or die [all...] |
run-webkit-tests | 266 --use-remote-links-to-tests Link to test files within the SVN repository in the results. 421 my %ignoredLocalDirectories = map { $_ => 1 } qw(.svn _svn resources script-tests); [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
changelogs_unittest.py | 45 executables like svn in front of the Cygwin ones in their paths.
|
autoinstall.py | 126 # http://svn.python.org/projects/sandbox/trunk/bootstrap/bootstrap.py 138 http://svn.python.org/projects/sandbox/trunk/import_in_py
|
/external/chromium/third_party/icu/source/data/ |
makedata.mak | 404 # C:\svn\icuproj\icu\trunk\source\data>nmake -f makedata.mak ICUMAKE=C:\svn\icuproj\icu\trunk\source\data\ CFG=Debug uni-core-data
|
/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...] |