Searched refs:isSVN (Results 1 – 8 of 8) sorted by relevance
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()) {
60 my $isSVN = isSVN();180 if ($isSVN) {258 if ($isSVN) {269 if ($isSVN) {463 if ($isSVN) {478 if ($isSVN) {
65 &isSVN95 my $isSVN;153 if (isSVN()) {176 if (isSVN()) {187 if (isSVN()) {254 sub isSVN() subroutine256 return $isSVN if defined $isSVN;258 $isSVN = isSVNDirectory(".");259 return $isSVN;266 if (!isSVN()) {[all …]
152 my $isSVN = isSVNDirectory(firstDirectoryOrCwd());154 $isSVN || $isGit || die "Couldn't determine your version control system.";346 if (@logs && $updateChangeLogs && $isSVN) {1277 return "" if $isSVN;1292 if ($isSVN) {1308 if ($isSVN) {1323 if ($isSVN) {1335 return qr/^Index: (\S+)[\r\n]*$/ if $isSVN;1443 if ($isSVN) {1554 return $svn{$status} if $isSVN;[all …]
84 runSvnUpdate() if isSVN();90 runSvnUpdate() if isSVN();
120 if (isSVN()) {
2392 'git diff'. Added global $isGit and $isSVN variables so that2393 isGit() and isSVN() only have to be called once.16978 (isSVN()): Ditto.
23340 * Scripts/update-webkit: Invoke isSVN() in the correct working28445 and isSVN() initially return false. Set $VCSUtils::isSVN to 128448 * Scripts/svn-apply: Switch to using isGit() and isSVN() from