diff --git a/Manuals/en/Html/Repository/repository_38.html b/Manuals/en/Html/Repository/repository_38.html index 5af97a5..fa93fee 100644 --- a/Manuals/en/Html/Repository/repository_38.html +++ b/Manuals/en/Html/Repository/repository_38.html @@ -464,10 +464,9 @@ available for you to use inside specific functions:
Commit changes from the working copy up to the repository.
-The cli_commitRepoChanges
function uses the value of
OPTIONVAL variable as reference to perform change verifications
-inside the working copy.
+inside the working copy.
The cli_commitRepoChanges
function brings changes from the
repository to the working copy--using svn update
--, check
@@ -482,16 +481,8 @@ command--.
later, another confirmation question is shown to be sure you really
want to commit changes up to central repository.
- -Tip
Make small changes, document them very well, and commit -them to the repository. -
If cli_commitRepoChanges
finds changes inside the working copy,
-it asks you for confirmation in order to commit them up to central
-repository.
-
Call cli_commitRepoChanges
function after functions that modify
-files inside your repository working copy.
+
Call the cli_commitRepoChanges
function after functions that
+modify files or directories inside the working copy.