From 4525e01cd7e03898cff0f87474b3f9dfd1e4d7d5 Mon Sep 17 00:00:00 2001 From: Richard Muvirimi Date: Mon, 30 May 2022 06:42:23 +0200 Subject: [PATCH] Resolve SVN commit failed: Directory out of date --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 2cf4f19..ca7cfd7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -147,6 +147,9 @@ if test -d "$SVN_DIR/assets" && test -n "$(find "$SVN_DIR/assets" -maxdepth 1 -n svn propset svn:mime-type "image/svg+xml" "$SVN_DIR/assets/*.svg" || true fi +#Resolves => SVN commit failed: Directory out of date +svn update + svn status echo "➤ Committing files..."