method export documentation in bbn\Version\Svn
function($to, $rev = '')
{
if ( is_dir($to) ){
if ( $this->has_svn ){
$this->auth();
return svn_export($this->url, $to, false);
}
else{
ob_start();
system("svn export ".$this->args()." $to --force");
$st = ob_get_contents();
ob_end_clean();
return $st;
}
}
}
BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2025
BBN Solutions