Discussion:
quick tip for ticket comments when branching
Matthew Scott
2006-06-05 18:19:07 UTC
Permalink
When merging tickets back to trunk, it is useful to know the
changeset from which the branch started.

For quick reference to such information, I've started using this
template for a ticket comment when I branch:

branch source:branches/branch-name-## at changeset:###

Makes it a little quicker to do a "svn merge -r ###:HEAD .../branches/
branch-name-##" command.

Happy coding!

--
Matthew Scott
***@springfieldtech.com

Loading...