Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isSVN

60         &isSVN
81 my $isSVN;
146 sub isSVN()
148 return $isSVN if defined $isSVN;
150 $isSVN = isSVNDirectory(".");
151 return $isSVN;
158 if (!isSVN()) {
238 if (!isSVN()) {
243 $isSVN = 1;
271 if (isSVN()) {