This wasn't the fix...
[mailer.git] / DOCS / prop-set.sh
1 #!/bin/sh
2
3 find -type f -name "*.php" -exec svn propset svn:keywords "Author Id Revision HeadURL Date Tag" {} \;
4 cd inc/phpmailer/
5 find -type f -name "*.php" -exec svn propdel svn:keywords {} \;
6 cd -