Can Hudson check out from multiple SCMs?
问题 Due to some politics at work we have our project in two different SCMs, SVN and Dimensions. I was wondering if anyone knew of a plugin available that would change Hudson's radio buttons into checkboxes to allow me to configure multiple SCM repositories in the project's config on hudson? 回答1: No it can't. However, the svn plugin allows you to check out from several locations. A work around would be to use a (pre-) build step to check out from your repositories using a command line tool. 来源: