This example demonstrates a basic use-case of this function. To import
a directory named new-files into the repository at
http://www.example.com/svnroot/incoming/abc, use:
<?php
svn_import(realpath('new-files'), 'http://www.example.com/svnroot/incoming/abc', false);
?>