diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh
index d1d6b50..54cc4e6 100755
--- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh
+++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh
@@ -32,13 +32,9 @@ function texinfo_deleteEntrySection {
     # cannot delete an entry which doesn't exist.
     cli_checkFiles -e "$MANUAL_ENTRY"
 
-    # Revert pending changes inside the section entry in order to
-    # prepare the file for deletion.
-    svn revert $MANUAL_ENTRY --quiet
-
     # Remove documentation entry using subversion to register the
     # change.
-    svn del $MANUAL_ENTRY --quiet
+    ${CLI_NAME} svn --delete $MANUAL_ENTRY
 
     # Update section menu, nodes and cross references.
     texinfo_updateStructureSection "${MANUAL_ENTRY}" --delete