My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
setRepository  
public function setRepository($url)
Function-Reference, Deprecated
Updated Feb 4, 2010 by deadpan...@gmail.com

setRepository

This method is used to set the base URL of the SVN repository.

  • @param string $url base URL of the project.

Note: This function is depreciated, use the method described in phpsvnclient instead.

Usage

setRepository($url);

Example

$url = 'http://phpsvnclient.googlecode.com/svn/';

require_once("phpsvnclient.php");
$phpsvnclient = new phpsvnclient();

$phpsvnclient->setRepository($url);

Sign in to add a comment
Powered by Google Project Hosting