svn_export()
svn_export - Export the contents of a SVN directorySyntax
bool svn_export (string $frompath, string $topath, bool $working_copy)Arguments
- frompath - The path to the current repository.
- topath - The path to the new repository.
- working_copy - If TRUE, it will export uncommitted files from the working copy.
