From f7b53940b207b407f255e0ffe4997653f7a18628 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 10 2012 18:05:09 +0000 Subject: Update `Functions/Svn/svn_commitRepoChanges.sh' file. --- diff --git a/Scripts/Bash/Functions/Svn/svn_commitRepoChanges.sh b/Scripts/Bash/Functions/Svn/svn_commitRepoChanges.sh index 9ebd6ef..114788c 100755 --- a/Scripts/Bash/Functions/Svn/svn_commitRepoChanges.sh +++ b/Scripts/Bash/Functions/Svn/svn_commitRepoChanges.sh @@ -35,6 +35,13 @@ function svn_commitRepoChanges { local CHNGTOTAL=0 local LOCATION=$(cli_checkRepoDirSource "$1") + # Verify source location absolute path. It should point either to + # existent files or directories both under version control inside + # the working copy. Otherwise, if it doesn't point to an existent + # file under version control, finish the script execution with an + # error message. + cli_checkFiles ${LOCATION} -e --is-versioned + # Print action message. cli_printMessage "`gettext "Checking changes in the working copy"`" --as-banner-line