Searched refs:SVN (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
H A Dbasesteps.py18 SVN = buildStepWithDefaultTimeout(source.SVN) variable
H A Dsteps.py1 from webkit.basesteps import ShellCommand, SVN, Test, Compile, UploadCommand namespace
4 class CheckOutSource(SVN):
8 SVN.__init__(self, baseURL=self.baseURL, defaultBranch="trunk", mode=self.mode, *args, **kwargs)
/external/webkit/WebKitTools/Scripts/
H A Dresolve-ChangeLogs62 my $SVN = "svn";
164 open STAT, "-|", $SVN, "status", $file or die $!;
175 open INFO, "-|", $SVN, "info", $file or die $!;
242 $statCommand = "$SVN stat | grep '^C'";
496 system($SVN, "resolved", $file);
511 system($SVN, "status", $file);
H A DVCSUtils.pm261 die "Unable to determine current SVN revision in $dir" unless (defined $revision);
336 open SVN, "svn status --non-interactive --non-recursive '$fullPath' |" or die;
343 while (<SVN>) {
354 <SVN>;
358 $svnStatus = removeEOL(<SVN>) . "\n";
360 close SVN;
364 # Convert a line of a git-formatted patch to SVN format, while
396 # next diff header. For SVN-formatted diffs, this is the
408 # svnConvertedText: the header text converted to SVN format.
503 # svnConvertedText: the diff converted to SVN forma
[all...]
H A Dsvn-apply175 die "--merge is currently only supported for SVN" unless isSVN();
176 # How do we handle Git patches applied to an SVN checkout here?
212 # SVN prints "svn: warning: 'directory' is already under version control"
474 # SVN is very verbose when removing directories. Squelch all output except the last line.
476 open SVN, "svn rm --force '$path' |" or die "svn rm --force '$path' failed!";
478 while (<SVN>) {
481 close SVN;
H A Dprepare-ChangeLog46 # Add SVN version numbers for commit (can't do that until
148 my $SVN = "svn";
328 open ERRORS, "-|", $SVN, "update", @logs
1230 $command = "$SVN diff --diff-cmd diff -x -N $pathsString";
1246 $command = "$SVN stat $filesString";
1280 open INFO, "$SVN info . |" or die;
1288 open INFO, "$SVN info '$file' |" or die;
1306 open PROPLIST, "$SVN proplist '$file' |" or die;
1312 open PROPLIST, "$SVN proplist '$original' |" or die;
1326 open DIFF, "$SVN dif
[all...]
H A Dbisect-builds306 if ($file =~ /^WebKit-SVN-r([0-9]+)\.dmg$/) {
H A Drun-webkit-tests266 --use-remote-links-to-tests Link to test files within the SVN repository in the results.
1655 # If the file is below the test directory then convert it into a link to the file in SVN
/external/libvpx/examples/includes/geshi/geshi/
H A Dpovray.php15 * - initial import to GeSHi SVN
/external/webkit/WebKitTools/Scripts/webkitpy/
H A Dscm.py30 # Python module for interacting with an SCM system (like SVN or Git)
42 if SVN.in_working_directory(path):
43 return SVN(cwd=path)
258 class SVN(SCM): class in inherits:SCM
284 uuid = SVN.find_uuid(path)
291 if uuid != SVN.find_uuid(path):

Completed in 353 milliseconds