Re: Seeking advice on versioning
From: Talden <talden_at_gmail.com>
Date: 2006-12-14 20:57:42 CET
On 12/15/06, Jim Reynolds <jim.jreynold@gmail.com> wrote:
My expectation (given I'm a CVS user evaluating SVN) would be something like...
On release of 1.0 tag the code. copying .../trunk to .../tags/1_0
Continue working on the trunk towards 2.0 (or a 2.0 milestone)
When you need to maintain 1.0 find the revision number by using the
Branch that revision of .../trunk to .../branches/1_0_fixes
You may find you want to merge 1_0_fixes back to trunk. Read up on merging.
Once you've completed the fixes to an acceptable level for release you
You may, at that stage choose to 'close' the branch by deleting
Hopefully this process is consistent with what experienced Subversion
Incidentally, you may want to consider other activities in your
- Once you have multiple developers you may want feature branches
Below is just a taster of using the flexibility of subversion to
.../
-- Talden --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Dec 14 20:58:36 2006 |
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.