some updates for subversion

This commit is contained in:
jonathan vanasco
2016-04-22 16:40:31 -04:00
parent b9d5cd7716
commit f8c1653e09
3 changed files with 30 additions and 10 deletions

View File

@@ -52,5 +52,9 @@ for target in "$@"; do
done
echo "========== UPDATING VCS: DONE"
echo "Local repo updated. Please push when ready."
echo " $VCS_TYPE push"
if [[ $VCS_TYPE = "svn" ]]; then
echo "Local repo updated and file pushed to source control (unless an error was displayed)."
else
echo "Local repo updated. Please push when ready."
echo " $VCS_TYPE push"
fi