|
setRepository
setRepositoryThis method is used to set the base URL of the SVN repository.
Note: This function is depreciated, use the method described in phpsvnclient instead. UsagesetRepository($url); Example$url = 'http://phpsvnclient.googlecode.com/svn/';
require_once("phpsvnclient.php");
$phpsvnclient = new phpsvnclient();
$phpsvnclient->setRepository($url);
|
► Sign in to add a comment