In TeamCity, I would like to have one build configuration that picks up all branches in our SVN without having to manually specify them out.
Is it possible do this?
I've tried configuring the checkout rules with the following wildcard
+:branches/*
but the system seems to reject the wildcard being there or doesn't know what to do with it.
Is it possible to checkout a HEAD revision in SVN irrespective of branch/tag/trunk?