HomeSort by relevance Sort by last modified time
    Searched refs:isSVN (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/
svn-apply 134 die "--merge is currently only supported for SVN" unless isSVN();
357 system("svn", "stat", "$fullPath.orig") if isSVN() && -e "$fullPath.orig";
378 if (isSVN()) {
407 if (isSVN()) {
424 if (isSVN()) {
435 if (isSVN()) {
445 if (isSVN()) {
update-webkit 84 runSvnUpdate() if isSVN();
90 runSvnUpdate() if isSVN();
resolve-ChangeLogs 60 my $isSVN = isSVN();
180 if ($isSVN) {
258 if ($isSVN) {
269 if ($isSVN) {
463 if ($isSVN) {
478 if ($isSVN) {
VCSUtils.pm 65 &isSVN
95 my $isSVN;
153 if (isSVN()) {
176 if (isSVN()) {
187 if (isSVN()) {
254 sub isSVN()
256 return $isSVN if defined $isSVN;
258 $isSVN = isSVNDirectory(".");
259 return $isSVN;
    [all...]
prepare-ChangeLog 152 my $isSVN = isSVNDirectory(firstDirectoryOrCwd());
154 $isSVN || $isGit || die "Couldn't determine your version control system.";
346 if (@logs && $updateChangeLogs && $isSVN) {
    [all...]
svn-unapply 120 if (isSVN()) {
147 my $isSvnBinary = $diffHashRef->{isBinary} && $diffHashRef->{isSvn};

Completed in 41 milliseconds