summaryrefslogtreecommitdiffstats
path: root/db-inc
diff options
context:
space:
mode:
Diffstat (limited to 'db-inc')
-rw-r--r--db-inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/db-inc b/db-inc
index 4f64dfe..6c0b78c 100644
--- a/db-inc
+++ b/db-inc
@@ -87,8 +87,8 @@ if [ "`ls $stagedir/add 2>/dev/null`" -o "`ls $stagedir/del 2>/dev/null`" ]; the
if [ "$svndir" ]; then
mv $svndir $TMPDIR/checkout
else
- echo "==> Checking out repo: $svnrepo ($arch)"
- svn export file://$svnpath $TMPDIR/checkout
+ echo "==> Checking out repo: $svnrepo ($arch) - Please be patient"
+ svn export -q file://$svnpath $TMPDIR/checkout
if [ $? -gt 0 ]; then
die "==> SVN export failed!"
fi