svn_revert
(PECL svn >= 0.3.0)
svn_revert — Revert changes to the working copy
Описание
bool svn_revert
( string $path
[, bool $recursive= false
] )
Список параметров
-
path
-
The path to the working repository.
-
recursive
-
Optionally make recursive changes. Defaults to FALSE
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Смотрите также
- svn_delete()
- svn_export() - Export the contents of a SVN directory