SVN 関数
PHP Manual

svn_revert

(No version information available, might be only in CVS)

svn_revertRevert changes to the working copy

説明

bool svn_revert ( string $path [, bool $recursive=false ] )

Revert any local changes to the path in a working copy.

パラメータ

path

The path to the working repository.

recursive

Optionally make recursive changes. Defaults to FALSE

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考


SVN 関数
PHP Manual