VisualSVN 2.59电子邮件通知详细主题选项失败

时间:2015-09-25 13:04:27

标签: svn visualsvn-server visualsvn

我有一个电子邮件通知的提交后挂钩设置。电子邮件正常,但如果我添加详细主题的选项,它会抱怨无效选项。版本2.59是否支持该选项?

"%VISUALSVN_SERVER%\bin\VisualSVNServerHooks.exe" ^
    commit-notification  "%1"  -r %2 ^
    --from "noreply@nowhere.com" --to "somebody@somewhere.com" ^
    --smtp-server mail.somecompany.com ^
    --detailed-subject

错误信息如下:

post-commit hook failed (exit code 1) with output:
VisualSVNServerHooks.exe: invalid option: --detailed-subject
Type 'VisualSVNServerHooks help' for usage.

[更新]
是的,我发现它在这里列为2.6以后可用 https://www.visualsvn.com/server/download/2.6/ 提交通知挂钩处理程序的新选项:' - no-html',' - 详细主题',' - 过滤'。

1 个答案:

答案 0 :(得分:0)

是的,--detailed-subject选项已添加到VisualSVN Server 2.6.0中。阅读文章KB18: Configuring Email Notifications in VisualSVN Server,以了解有关当前电子邮件提交通知程序版本中可用的命令行选项的更多信息。

建议所有用户升级到VisualSVN Server 4.2。升级既简单又直接,但是我们强烈建议您事先阅读KB161: Upgrading to VisualSVN Server 4.2文章(尤其是从VisualSVN Server 3.9或更旧的版本升级时)。

您始终可以从main download page下载最新的VisualSVN Server版本。