summaryrefslogtreecommitdiff
path: root/archrelease.in
diff options
context:
space:
mode:
Diffstat (limited to 'archrelease.in')
-rw-r--r--archrelease.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/archrelease.in b/archrelease.in
index 6b4f1be..25379a7 100644
--- a/archrelease.in
+++ b/archrelease.in
@@ -58,6 +58,9 @@ done
# gracefully handle files containing an "@" character
known_files=("${known_files[@]/%/@}")
+# update repo directory first to avoid a commit failure
+svn up repos
+
for tag in "$@"; do
stat_busy "Copying %s to %s" "${trunk}" "${tag}"