From 442755403caeae97178905dbdc929a61fd69979f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 16 2012 02:44:04 +0000 Subject: Update `Commons/cli_syncroRepoChanges.sh' file. --- diff --git a/Scripts/Bash/Functions/Commons/cli_syncroRepoChanges.sh b/Scripts/Bash/Functions/Commons/cli_syncroRepoChanges.sh index 87f50c7..6958137 100755 --- a/Scripts/Bash/Functions/Commons/cli_syncroRepoChanges.sh +++ b/Scripts/Bash/Functions/Commons/cli_syncroRepoChanges.sh @@ -41,9 +41,9 @@ function cli_syncroRepoChanges { fi # Bring changes from the repository into the working copy. - cli_updateRepoChanges "$LOCATIONS" + svn_updateRepoChanges "$LOCATIONS" # Check changes in the working copy. - cli_commitRepoChanges "$LOCATIONS" + svn_commitRepoChanges "$LOCATIONS" }