From 3906a2cb114b2430d9b2ed8eb62195722840e55b Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 23 2011 14:19:57 +0000 Subject: Update `centos-art.sh' script: - Start using `cli_syncroRepoChanges' as last subversion action on `render', `tuneup' and `locale' functionalities; for consistency with `help' functionality . --- diff --git a/Scripts/Functions/Locale/locale.sh b/Scripts/Functions/Locale/locale.sh index 8ab868f..6670546 100755 --- a/Scripts/Functions/Locale/locale.sh +++ b/Scripts/Functions/Locale/locale.sh @@ -101,10 +101,9 @@ function locale { done - # Commit changes from working copy to central repository only. At - # this point, changes in the repository are not merged in the - # working copy, but chages in the working copy do are committed up - # to repository. - cli_commitRepoChanges "${L10N_BASEDIR}" + # Syncronize changes between repository and working copy. At this + # point, changes in the repository are merged in the working copy + # and changes in the working copy committed up to repository. + cli_syncroRepoChanges "${L10N_BASEDIR}" } diff --git a/Scripts/Functions/Render/render.sh b/Scripts/Functions/Render/render.sh index e92163a..591e8e3 100755 --- a/Scripts/Functions/Render/render.sh +++ b/Scripts/Functions/Render/render.sh @@ -121,11 +121,11 @@ function render { # Execute action name. ${ACTIONNAM} - # Commit changes from working copy to central repository only. - # At this point, changes in the repository are not merged in - # the working copy, but chages in the working copy do are - # committed up to repository. - cli_commitRepoChanges + # Syncronize changes between repository and working copy. At + # this point, changes in the repository are merged in the + # working copy and changes in the working copy committed up to + # repository. + cli_syncroRepoChanges done diff --git a/Scripts/Functions/Tuneup/tuneup.sh b/Scripts/Functions/Tuneup/tuneup.sh index 916dbd4..a099c4d 100755 --- a/Scripts/Functions/Tuneup/tuneup.sh +++ b/Scripts/Functions/Tuneup/tuneup.sh @@ -74,11 +74,11 @@ function tuneup { # Execute action name. $ACTIONNAM - # Commit changes from working copy to central repository only. - # At this point, changes in the repository are not merged in - # the working copy, but chages in the working copy do are - # committed up to repository. - cli_commitRepoChanges + # Syncronize changes between repository and working copy. At + # this point, changes in the repository are merged in the + # working copy and changes in the working copy committed up to + # repository. + cli_syncroRepoChanges done