SVN Funzioni
PHP Manual

svn_revert

(PECL svn >= 0.3.0)

svn_revertRevert changes to the working copy

Descrizione

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

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

Elenco dei parametri

path

The path to the working repository.

recursive

Optionally make recursive changes.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:


SVN Funzioni
PHP Manual