Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isSVN

144 my $isSVN = isSVNDirectory(firstDirectoryOrCwd());
146 $isSVN || $isGit || die "Couldn't determine your version control system.";
326 if (@logs && $updateChangeLogs && $isSVN) {
1215 return "" if $isSVN;
1229 if ($isSVN) {
1245 if ($isSVN) {
1260 if ($isSVN) {
1272 return qr/^Index: (\S+)[\r\n]*$/ if $isSVN;
1380 if ($isSVN) {
1491 return $svn{$status} if $isSVN;
1515 $description = sprintf($svn{$status}, $original) if $isSVN && exists $svn{$status};
1549 if ($isSVN && $string =~ /^\d+(,\d+)?[acd](\d+)(,(\d+))?/) {