php man page for svn_delete

Query: svn_delete

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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_status(3) - php
rmdir(3) - php
bcompiler_write_constant(3) - php
bcompiler_write_header(3) - php
svn_ls(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Rules for Homework & Coursework Questions Forum
Status of UNIX.COM Forum Transformation
Please Welcome Nicki Paul to the Moderator Team!