Does anyone have a script that will create branches from a config file such as:
<branches>
<branch parent="{/branches/branch[
@name]}" name="{branch}" owner="{owner}" group="{group}">
<description>{description}</description>
<workarea owner="{owner}" name="{workarea}" group="{group}">
<description>{description}</description>
</workarea>
</branch>
</branches>