I have write a shell script
cd /var/www/html/myprj/ svn status | grep [?] | grep .php$ | grep -v temp | sed \'s/^? //\' | xargs rm -rf rm