From 52155acd9549a6284d2cfb1739588f3d8b16c8c3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 02 2010 15:48:06 +0000 Subject: Update cli_commitRepoChanges.sh: - When cli_commitRepochanges function uses subversion svn command to add unversioned files, use the option --quiet to avoide subversion standard output in order to let centos-art.sh script to use its own standard output through cli_printMessage functionality. --- diff --git a/Scripts/Bash/Functions/cli_commitRepoChanges.sh b/Scripts/Bash/Functions/cli_commitRepoChanges.sh index 726f04c..a230b1e 100755 --- a/Scripts/Bash/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Bash/Functions/cli_commitRepoChanges.sh @@ -157,7 +157,7 @@ function cli_commitRepoChanges { done cli_printMessage "`ngettext "Do you want to add it now?" \ "Do you want to add them now?" ${FILESNUM[6]}`" 'AsYesOrNoRequestLine' - svn add "${FILES[6]}" + svn add ${FILES[6]} --quiet fi # Reset counter.