svn_delete(3) php man page | unix.com

Man Page: svn_delete

Operating Environment: php

Section: 3

SVN_DELETE(3)								 1							     SVN_DELETE(3)

svn_delete - Delete items from a working copy or repository.

SYNOPSIS
bool svn_delete (string $path, [bool $force = false])
DESCRIPTION
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(3) on the working copy.
PARAMETERS
o $path - Path of item to delete. Note Relative paths will be resolved as if the current working directory was the one that contains the PHP binary. To use the calling script's working directory, use realpath(3) or dirname(__FILE__). o $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
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Warning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.
SEE ALSO
SVN documentation on svn delete. PHP Documentation Group SVN_DELETE(3)
Related Man Pages
svn_add(3) - php
is_dir(3) - php
rmdir(3) - php
svn_cleanup(3) - php
svn_diff(3) - php
Similar Topics in the Unix Linux Community
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch