Re: Scripts to support branch/merge strategy
From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2005-01-18 04:55:23 CET
> Has anyone implemented a (hopefully platform independent) set of
With svk you can do this trivially.
> I am thinking of something relatively simple which would use
Suppose you have //trunk used by development team,
> 1) Full integration merges (all changes since the branch point or last
svk smerge -t //qa will merge all changes from //trunk to //qa.
You can also have all the flexibility with things like:
> 2) Full update merges (no cherry picking) from the parent to the
svk smerge -f //qa will merge the otherway around, from //qa to //trunk.
Cheers,
---------------------------------------------------------------------
|
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.