mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
nightly build, scripts: Remove svn support
Remove deprecated svn support.
This commit is contained in:
@@ -48,16 +48,7 @@ done
|
||||
for d in "${@-.}"; do
|
||||
(
|
||||
if cd "$d"; then
|
||||
if [ -e .svn ]; then
|
||||
if ! type -p svn >&/dev/null; then
|
||||
echo "$0: svn: not found."
|
||||
exit 0
|
||||
fi
|
||||
"$(dirname "$0")"/list-non-source-files |
|
||||
while read -r f; do
|
||||
if ! word_in_list "$f" "${exclude[@]}"; then rm -rf -- "$f"; fi;
|
||||
done
|
||||
elif [ -e .git ] || [ -e ../.git ]; then
|
||||
if [ -e .git ] || [ -e ../.git ]; then
|
||||
if ! type -p git >&/dev/null; then
|
||||
echo "$0: git: not found."
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user