|
setAuth
setAuthThis method is for user authentication settings for SVN access using a user name and password.
Note: This function is depreciated, use the method described in phpsvnclient instead. UsagesetAuth($user,$pass); Example$user = 'myUserName';
$pass = 'myPassword';
require_once("phpsvnclient.php");
$phpsvnclient = new phpsvnclient();
$phpsvnclient->setAuth($user,$pass);
|
► Sign in to add a comment