52155a Update cli_commitRepoChanges.sh:

Authored and Committed by areguera 14 years ago
    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.
    
    
        
Scripts/Bash/Functions/cli_commitRepoChanges.sh CHANGED
@@ -157,7 +157,7 @@ function cli_commitRepoChanges {
157
157
done
158
158
cli_printMessage "`ngettext "Do you want to add it now?" \
159
159
"Do you want to add them now?" ${FILESNUM[6]}`" 'AsYesOrNoRequestLine'
160
- svn add "${FILES[6]}"
160
+ svn add ${FILES[6]} --quiet
161
161
fi
162
162
163
163
# Reset counter.