[Openjnlp-devel] OpenJNLP ver-0-7 branch
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2002-06-17 22:28:21
|
OpenJNLP has finally branched for the next release. The code on the branch will become OpenJNLP 0.7 when it is finally released. I deviated slightly from my previous message about tag names: bp_ver-0-7 is the non-branch tag where the branch was made ver-0-7 is the name of the branch rel_ver-0-7 will be the name of the 0.7 release, it will be on the ver-0-7 branch mp_ver-0-7 will be the non-branch tag on the trunk where the branch is merged back What does this mean for development? For adding new stuff, nothing changes. All bleeding-edge development stays on the trunk. If you want to fix bugs for the release, you need to switch to the branch with a command like "cvs update -r ver-0-7". Since branch tags are sticky, everything you do from that point on will be on the "ver-0-7" branch. To get back to the trunk you just do "cvs update -A". |