Searched refs:isSVN (Results 1 – 5 of 5) sorted by relevance
39 @EXPORT = qw(&isGitDirectory &isGit &isSVNDirectory &isSVN &makeFilePathRelative);47 my $isSVN;99 sub isSVN() subroutine101 return $isSVN if defined $isSVN;103 $isSVN = isSVNDirectory(".");104 return $isSVN;
121 my $isSVN = isSVNDirectory(firstDirectoryOrCwd());123 $isSVN || $isGit || die "Couldn't determine your version control system.";270 if (@logs && $updateChangeLogs && $isSVN) {1121 return "" if $isSVN;1134 if ($isSVN) {1150 if ($isSVN) {1165 if ($isSVN) {1177 return qr/^Index: (\S+)$/ if $isSVN;1216 if ($isSVN) {1314 return $svn{$status} if $isSVN;[all …]
128 if (isSVN()) {446 if (isSVN()) {459 if (isSVN()) {
172 } elsif (isSVN()) {
12651 (isSVN()): Ditto.