I want to export some files from my server. For that I created one php page. How can I write svn export command in php.
I call this php file from a nant script. Nant script command is like this. I need to write it on php script.
<exec program="svn.exe" basedir="${svnexedir}" commandline="export --force "${tagrepo}/DevScripts/install.php/" "${localrepo}/myTest/DevScripts/install.php/"" />
<exec ...>supposed to be...?