The context is this one:
A package had several branches developped in several repositories
- squeaksource
- source.squeak.org/trunk
Development stopped in source.squeak.org, and the goal is to transfer the branch back to squeaksource in order to have all versions published in a single repository.
But to ease human browsing and fast identification of the branch, I wish to add a standard branch identification to the name of squeaksource copy.
Is there a way to automate this operation? With Gofer maybe?
Utility copyEveryVersionAfter: 'Universes-ls.39' fromRepository: 'source.squeak.org/trunk' toRepository: 'www.squeaksource.com/universes' withBranchSuffix: 'squeaktrunk' – aka.nice Jun 06 '12 at 20:49