/WebSVN/dl.php |
---|
62,7 → 62,7 |
$svnrep->exportDirectory($path, $tmpname.DIRECTORY_SEPARATOR.$arcname, $rev); |
//echo "*** &config ***"; |
echo "*** &arcname ***"; |
// Create the tar file |
chdir($tmpname); |
exec($config->tar." -cf ".quote("$arcname.tar")." ".quote($arcname)); |