mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 22:56:32 +00:00
nightly build, scripts: Remove svn support
Remove deprecated svn support.
This commit is contained in:
@@ -18,11 +18,7 @@ prefix_matches() {
|
||||
for d in "${@-.}"; do
|
||||
(
|
||||
cd "$d" &&
|
||||
if [ -e .svn ]; then
|
||||
svn status --no-ignore |
|
||||
grep '^[I?] ' |
|
||||
cut -c8-
|
||||
elif git branch >&/dev/null; then
|
||||
if git branch >&/dev/null; then
|
||||
exec 3< <(find . -type f | cut -c3- | grep -v '^\.git/' | sort)
|
||||
git ls-tree -r HEAD | cut -f2 -d' ' | sort |
|
||||
while read -r f; do
|
||||
|
||||
Reference in New Issue
Block a user