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.
我们使用 Hudson 作为我们的 CI 服务器和 SVN 作为我们的源代码控制系统。我们通常通过“标记此构建”命令来标记我们的构建,该命令运行良好。但是今天,我想创建一个分支,从 SVN 的角度来看是一样的。然而,哈德森拒绝这样做。
我们真的很想查看日志,但我们不知道记录器的名称!文档建议我们查看源代码 (dah) 或邮件列表。
有没有人知道在哪里可以找到这些记录器名称?或者,具体来说,我们需要颠覆记录器的名称。
非常感谢所有善良的撒玛利亚人。
请提交一份 RFE 以列出记录器名称。我认为这是一个很棒的功能。
“hudson.scm.SubversionTagAction”记录“Tag this build”命令,而“hudson.scm.SubversionSCM”是一般的Subversion记录。