'output' => $output)));␊ |
return;␊ |
}␊ |
$p = realpath(dirname(__FILE__).'/../../../scripts/svn-post-commit');␊ |
// FIX ME␊ |
//$p = realpath(dirname(__FILE__).'/../../../scripts/svn-post-commit');␊ |
$p = "/home/www/indefero/scripts/svn-post-commit";␊ |
exec(sprintf(Pluf::f('idf_exec_cmd_prefix', '').'ln -s %s %s', ␊ |
escapeshellarg($p), ␊ |
escapeshellarg($svn_path.'/'.$shortname.'/hooks/post-commit')),␊ |
|
$svn_path.'/'.$shortname.'/hooks/post-commit'));␊ |
return;␊ |
}␊ |
$p = realpath(dirname(__FILE__).'/../../../scripts/svn-post-revprop-change');␊ |
//$p = realpath(dirname(__FILE__).'/../../../scripts/svn-post-revprop-change');␊ |
$p = "/home/www/indefero/scripts/svn-post-revprop-change";␊ |
exec(sprintf(Pluf::f('idf_exec_cmd_prefix', '').'ln -s %s %s', ␊ |
escapeshellarg($p), ␊ |
escapeshellarg($svn_path.'/'.$shortname.'/hooks/post-revprop-change')),␊ |