http://host/svn/base-${params.get("repeat.testModule").toLowerCase()}/...
as the URL. And then define the SVN update step to have a define the repeat.testModule using a variable reference so that we can customize the set on manual triggers. First, it doesn't like the inclusion of toLowerCase(). That's not a big deal, we just have the sandboxes currently existing with mixed case while the actual SVN repo is all lower case, cosmetic change but would be nice to know why I can't use toLowerCase there. Second, and more importantly, this is generating a config error
2011-12-12 10:58:38,776 [Thread-12977] ERROR com.pmease.quickbuild.DefaultBuildEngine - Error processing build request.
com.pmease.quickbuild.QuickbuildException: Failed to run command: /opt/CollabNet_Subversion/bin/svn info http://host/svn/base-/... --username username --xml , returned code: 1
So it didn't resolve in the variable/parameter substition. I had set the config to always build so I'm not sure why it's trying to run this outside the specific SVN update step. Is this usecase not possible? I have 15 repos/sandboxes, I don't want to maintain 30 entities per config.