Home
last modified time | relevance | path

Searched refs:SVN (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/WebKitTools/Scripts/
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);
Dprepare-ChangeLog148 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 diff '$file' |" or die;
DVCSUtils.pm336 open SVN, "svn status --non-interactive --non-recursive '$fullPath' |" or die;
343 while (<SVN>) {
354 <SVN>;
358 $svnStatus = removeEOL(<SVN>) . "\n";
360 close SVN;
Dsvn-apply476 open SVN, "svn rm --force '$path' |" or die "svn rm --force '$path' failed!";
478 while (<SVN>) {
481 close SVN;
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
Dbasesteps.py18 SVN = buildStepWithDefaultTimeout(source.SVN) variable
Dsteps.py1 from webkit.basesteps import ShellCommand, SVN, Test, Compile, UploadCommand
4 class CheckOutSource(SVN):
8SVN.__init__(self, baseURL=self.baseURL, defaultBranch="trunk", mode=self.mode, *args, **kwargs)
/external/webkit/WebKitTools/Scripts/webkitpy/
Dscm.py42 if SVN.in_working_directory(path):
43 return SVN(cwd=path)
258 class SVN(SCM): class
284 uuid = SVN.find_uuid(path)
291 if uuid != SVN.find_uuid(path):
/external/iptables/
DCOMMIT_NOTES3 - Always include the Name of the Author/Contributor in the SVN comment
7 script before adding/committing it to SVN
/external/bluetooth/glib/build/
DREADME2 are left. See the separate "build" module in GNOME SVN for history.
DChangeLog131 file from SVN.
/external/bluetooth/glib/
DREADME.win32164 If you are building from a SVN snapshot, you will not have any
279 | +- build : [this module lives in the SVN root dir]
328 +- dia : additionally depends on libart_lgpl (in SVN)
DChangeLog.pre-2-141448 * removed all .cvsignore files. SVN doesn't need them.
/external/chromium/third_party/icu/source/tools/tzcode/
Dreadme.txt100 {path_to}/icu/source/data/misc/zoneinfo.txt) into SVN.
/external/icu4c/tools/tzcode/
Dreadme.txt100 {path_to}/icu/source/data/misc/zoneinfo.txt) into SVN.
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
Dmaster.cfg44 class CheckOutSource(source.SVN):
48 …source.SVN.__init__(self, baseURL=self.baseURL, defaultBranch="trunk", mode=self.mode, *args, **kw…
/external/protobuf/
Dconfigure.ac12 # In the SVN trunk, the version should always be the next anticipated release
/external/webkit/WebKitTools/
DChangeLog3866 a Git or SVN diff -- for future refactoring of svn-apply and
5598 creating an SVN repository to test against (by default). Instead, it is
6169 validate-committer-lists fails when run from an SVN checkout
6174 an exception when running from an SVN checkout.
8485 Validates committers.py vs. trunk/ SVN history:
8487 - SVN committers missing from committers.py
8488 - committers.py members who have no record in SVN.
10954 * Scripts/modules/committers.py: Add committers found by looking at SVN records.
14016 wx build fixes for wx SVN trunk.
14203 (svnVersion): Added. Internal method that gets the SVN version
[all …]
DChangeLog-2009-06-16357 from, but we were closing the pipe to the subprocess before SVN had finished
16889 reading all of the output from the SVN filehandle before closing it.
17960 Unreviewed. Use the new SVN URL on the buildbot.
20481 Bug 10635: Buildbot configuration in SVN is out of sync with build.webkit.org
21300 Bug 9615: Buildbot configuration should be in SVN repository
21330 * WebKitLauncher/VERSION: Added. Placeholder for SVN revision number
22312 number of the SVN working copy.
/external/bluetooth/glib/gmodule/
DChangeLog109 * gmodule.def: Drop from SVN.
/external/webkit/WebKit/
DChangeLog282 One of the dependencies' SVN url was missing a @ before the revision number.
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt1411 …I know these may look funny but they have their purpose for those of you who don't know about SVN).
/external/stlport/etc/
DChangeLog108 test/unit/Makefile removed from SVN, now generated by configure
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1031328 3. SVN history contains no explanation for why it was added. It was just
DChangeLog-2009-06-1634987 Correct an SVN problem with the last commit and actually add the new
/external/webkit/WebCore/
DChangeLog-2005-12-1925401 1. Sync-up with KDE SVN HEAD, including:

12