Adrian Schröter 2011-02-10 22:31:57 +00:00 committed by Git OBS Bridge
parent 5dabc5e6fb
commit d9ba034cba

View File

@ -138,9 +138,9 @@ if [ "$MYSCM" == "svn" ]; then
cd "$MYSUBDIR"
fi
if [ -n "$MYREVISION" ]; then
svn co --trust-server-cert -r"$MYREVISION" "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
svn co --non-interactive --trust-server-cert -r"$MYREVISION" "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
else
svn co --trust-server-cert "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
svn co --non-interactive --trust-server-cert "$MYURL/$MYSUBDIR" "${FILE}" || exit 1
fi
if [ -n "$MYSUBDIR" ]; then
cd -