I want to checkout some files from svn to my locale folder using php. For that I write this code.
$checkout = "svn --username myuname--password mypass checkout svn://192.16.20.125/projname/trunk/content/Poems/files.swf D:/PHP_Projects/MyTempRelease/content/Poems/files.swf"; exec($checkout);
But its not checkout file to my locale. Not return any error.