centos上执行SVN的mailer.py时报错You need version 1.5.0 or better of the Subversion Python bindings.

在centos7上配置SVN的邮件提醒功能.使用post-commit的hooks函数,详细配置请随意谷歌百度.这里上一下post-commit的代码:python REPOS="$1"centos REV="$2"svn /usr/share/doc/subversion-1.7.14/hook-scripts/mailer/mailer.py "$REPOS" "$REV" /var/svn/
相关文章
相关标签/搜索