branching several times a day (was Re: Sourcesafe user needs primer on branching source control)
From: N. Thomas <nthomas_at_cise.ufl.edu>
Date: 2004-03-10 23:45:16 CET
* Lawrence Kesteloot <lk@teamten.com> [2004-03-10 12:07:53 -0800]:
I don't do it as often as once per day, but every time I add a new
Two nice things about doing it this way:
- the trunk always has the features I want fully implemented and is
- I can work on adding multiple components to my system this way by
Also, to quote a recent Slashdot posting:
I don't know what your development model is, but branching and tagging are
Many projects follow the "make branch, fix bug in branch, test branch and
-- Slashdot comment #8495286, by aurum42 (712010)
and here is another one:
"Consider GCC"
Once a week, a snapshot release is made. That means a tag is added. This
Every time someome makes a branch, they create a tag just before branching
All because these are, stupidly, O(n) operations instead of O(1).
-- Slashdot comment #8495755, by by devphil (51341)
Branching in Subversion is cheap, so we exploit them to the max in this way.
Thomas
-- N. Thomas nthomas@cise.ufl.edu Etiamsi occiderit me, in ipso sperabo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Mar 10 23:45:42 2004 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.