(PECL svn >= 0.4.0)
svn_delete — Delete items from a working copy or repository
   Deletes the file, directory or symbolic link at path
   from the working directory. The item will be deleted from the repository
   the next time you call svn_commit() on the working
   copy.
  
pathPath of item to delete.
Зауваження: Відносні шляхи розкриваються так, ніби поточною текою є та, що містить виконуваний файл PHP. Щоб використовувати теку, в якій виконується скрипт, застосовується функція realpath() або dirname(__FILE__).
force
       If true, the file will be deleted even if it has local modifications.
       Otherwise, local modifications will result in a failure. Default is
       false
      
Ця функція — ЕКСПЕРИМЕНТАЛЬНА. Її поведінка, назва та документація можуть бути змінені без попередження в майбутніх випусках PHP. Використання цієї функції є ризикованим для розробника.
