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
is_dir(3) - php
bcompiler_write_header(3) - php
svn_diff(3) - php
svn_ls(3) - php
svn_update(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)