PHP执行SVN更新
程序员文章站
2022-04-02 16:10:20
...
PHP执行SVN更新 .可以做部署用。
error_reporting(E_ALL);
$handle = popen(' LANG=en_US.UTF-8 svn update --username dev-lin --password teste123 --config-dir /home/wwwroot/.subversion /home/wwwroot/yiiu/ 2>&1','r');
echo "'$handle'; " . gettype($handle) . "\n";
$read = fread($handle, 2096);
echo $read;
pclose($handle);
AD:真正免费,域名+虚机+企业邮箱=0元
上一篇: php json怎么转成数组
下一篇: SQL查询处理步骤_性能优化