From 7a4fcb5286d4d929b46508d949cde2c7cee57b44 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 05 2011 01:41:14 +0000 Subject: Update cli_commitRepoChanges.sh. Start using cli_checkFiles@2517. --- diff --git a/Scripts/Functions/cli_commitRepoChanges.sh b/Scripts/Functions/cli_commitRepoChanges.sh index e491d2d..c1df88c 100755 --- a/Scripts/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Functions/cli_commitRepoChanges.sh @@ -39,6 +39,7 @@ function cli_commitRepoChanges { local PREDICATE='' local CHNGTOTAL=0 local LOCATIONS='' + local LOCATION='' # Define source location the subversion status action will take # place on. If arguments are provided use them as srouce location. @@ -51,8 +52,7 @@ function cli_commitRepoChanges { # Verify locations existence. It shoud exist as regular file or # directory inside the repository working copy. - cli_checkFiles "$LOCATIONS" 'fd' - cli_checkFiles "$LOCATIONS" 'isInWorkingCopy' + cli_checkFiles "$LOCATIONS" --working-copy # Check working copy. cli_printMessage "`gettext "Checking changes in the working copy"`" --as-banner-line