SVN 함수 목록
PHP Manual

svn_revert

(PECL svn >= 0.3.0)

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