用PHP脚本导出Subversion
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用PHP脚本导出Subversion相关的知识,希望对你有一定的参考价值。
//http://th.php.net/manual/en/function.svn-export.php <?php $working_dir = '../'; $new_working_dir = '/home/user/devel/foo/trunk'; svn_export($working_dir, $new_working_dir); ?>
以上是关于用PHP脚本导出Subversion的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 php 脚本导出和导入 mysql 数据库及其数据?