13) { preg_match('/Revision:\s+(\d+)/', `svn info $real_application_svn_checkout/$version`, $matches); $logmsg = isset($matches[1]) && intval($matches[1])? "POT, generated from r".intval($matches[1]) : 'Automatic POT update'; system("svn ci $version --message='$logmsg'"); } } ?>