Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isSVN

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;
1578 $description = sprintf($svn{$status}, $original) if $isSVN && exists $svn{$status};
1612 if ($isSVN && $string =~ /^\d+(,\d+)?[acd](\d+)(,(\d+))?/) {