RE: Merge in Revision Graph
From: Mark Irving <mark_at_irving74.plus.com>
Date: Wed, 7 Mar 2012 13:25:44 -0800 (PST)
Hauke writes,
> I'm currently evaluating migration of a project from IBM ClearCase to
If you are going to be the Subversion (including TortoiseSVN) specialist, or pioneer, for a project, it is a very, very good idea to read the Subversion book. That's available from http://svnbook.red-bean.com/ in various languages and formats.
> We often have this scenario:
Full answer: read and study chapter 4 of the book.
Short version: this sounds like a case for a branch started at code freeze, and a release candidate tag from that branch. Then any bug fixes which have to be added can be added to the branch, subject to all the appropriate quality control and management you may need. Further release candidates can be made as new tags copied from that branch.
You can either delete discarded release candidate tags, which allows the same tag name to be used again, or keep them as RC1, RC2, and so on.
All this is Subversion in general, not specific to the TortoiseSVN client.
- Mark.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.