Searched refs:SVN (Results 1 – 25 of 28) sorted by relevance
12
/external/webkit/WebKitTools/Scripts/ |
D | resolve-ChangeLogs | 62 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);
|
D | prepare-ChangeLog | 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 diff '$file' |" or die;
|
D | VCSUtils.pm | 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;
|
D | svn-apply | 476 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/ |
D | basesteps.py | 18 SVN = buildStepWithDefaultTimeout(source.SVN) variable
|
D | steps.py | 1 from webkit.basesteps import ShellCommand, SVN, Test, Compile, UploadCommand 4 class CheckOutSource(SVN): 8 … SVN.__init__(self, baseURL=self.baseURL, defaultBranch="trunk", mode=self.mode, *args, **kwargs)
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
D | scm.py | 42 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/ |
D | COMMIT_NOTES | 3 - Always include the Name of the Author/Contributor in the SVN comment 7 script before adding/committing it to SVN
|
/external/bluetooth/glib/build/ |
D | README | 2 are left. See the separate "build" module in GNOME SVN for history.
|
D | ChangeLog | 131 file from SVN.
|
/external/bluetooth/glib/ |
D | README.win32 | 164 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)
|
D | ChangeLog.pre-2-14 | 1448 * removed all .cvsignore files. SVN doesn't need them.
|
/external/chromium/third_party/icu/source/tools/tzcode/ |
D | readme.txt | 100 {path_to}/icu/source/data/misc/zoneinfo.txt) into SVN.
|
/external/icu4c/tools/tzcode/ |
D | readme.txt | 100 {path_to}/icu/source/data/misc/zoneinfo.txt) into SVN.
|
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/ |
D | master.cfg | 44 class CheckOutSource(source.SVN): 48 …source.SVN.__init__(self, baseURL=self.baseURL, defaultBranch="trunk", mode=self.mode, *args, **kw…
|
/external/protobuf/ |
D | configure.ac | 12 # In the SVN trunk, the version should always be the next anticipated release
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 3866 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 …]
|
D | ChangeLog-2009-06-16 | 357 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/ |
D | ChangeLog | 109 * gmodule.def: Drop from SVN.
|
/external/webkit/WebKit/ |
D | ChangeLog | 282 One of the dependencies' SVN url was missing a @ before the revision number.
|
/external/libvpx/examples/includes/geshi/docs/ |
D | geshi-doc.txt | 1411 …I know these may look funny but they have their purpose for those of you who don't know about SVN).
|
/external/stlport/etc/ |
D | ChangeLog | 108 test/unit/Makefile removed from SVN, now generated by configure
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 31328 3. SVN history contains no explanation for why it was added. It was just
|
D | ChangeLog-2009-06-16 | 34987 Correct an SVN problem with the last commit and actually add the new
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 25401 1. Sync-up with KDE SVN HEAD, including:
|
12