Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我实际上计划检索最近将代码提交到 SVN 存储库的人的用户 ID。这将帮助我向所有最近提交代码的用户发送电子邮件,以防构建失败。
我们使用 CruiseControl 进行构建,使用 Tortoise SVN 提交代码。
谢谢,
Cruisecontrol 会自动为您执行此操作。
您必须使用<svn>定义和<email>.
<svn>
<email>
查看电子邮件的<map>属性以设置用户的电子邮件地址。
<map>
将源代码控制用户 ID 映射到电子邮件地址。