From c7e1ef20aafafd325ce16c73d68b967f05198ceb Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 30 2011 01:32:20 +0000 Subject: Update cli_commitRepoChanges.sh: - The same here. Don't verify existence of locations here. When we copy a documentation entry the target location doesn't exist and we need to include it in the list of chapter directories in order to perform version control verification over it once available (e.g., commit the addition). --- diff --git a/Scripts/Functions/cli_commitRepoChanges.sh b/Scripts/Functions/cli_commitRepoChanges.sh index c1df88c..84be750 100755 --- a/Scripts/Functions/cli_commitRepoChanges.sh +++ b/Scripts/Functions/cli_commitRepoChanges.sh @@ -50,10 +50,6 @@ function cli_commitRepoChanges { LOCATIONS="$ACTIONVAL" fi - # Verify locations existence. It shoud exist as regular file or - # directory inside the repository working copy. - cli_checkFiles "$LOCATIONS" --working-copy - # Check working copy. cli_printMessage "`gettext "Checking changes in the working copy"`" --as-banner-line STATUSOUT=$(svn status ${LOCATIONS})