From 3207e38d0f65b569402b1497920be2c47df2fbb1 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 8 Apr 2008 00:46:37 -0400 Subject: Make SVN output quiet Way too much output, and it's useless... Signed-off-by: Aaron Griffin --- db-inc | 4 ++-- 1 file 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 -- cgit v1.2.3-2-g168b