/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//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); ?>