f54510 Update _getActions.sh files:

Authored and Committed by areguera 13 years ago
    Update _getActions.sh files:
    
        - The flow use to syncronize repository was change to:
    
            1. cli_syncroRepoChanges (update, status, diff, commit)
            2. Do something ...
            3. cli_commitRepoChanges (status, diff, commit)
    
          Since some actions could involved deleting files, realize an
          update after do something is not convenient since subversion
          would bring the files deleted as unversioned back to the working
          copy. So, leave update action at the begining only. This forces
          to commit all changes made in the workgin copy before do
          anything over it.