From: <fp...@zu...> - 2000-05-29 07:02:42
|
On Mon, May 29, 2000 at 06:59:55AM +1000, Ken Tyler wrote: > I'd like to ask how other people manage their own tree, how do you stay in > sync with the repositry *AND* still keep local work from being lost - like > my life time job on 53c7xx.c and related files ? You can split off a branch (cvs tag -b ken_tylers_53c7xx_changes) and cvs upd -r ken_tylers_53c7xx_changes And then work with the repository as normal. Your commits will not disturb anybody else that checks out the trunk. If the changes are stable enough to go into "public" you can merge them into the trunk. Of course, if somebody wants to work with your changes, he can checkout your branch, too. I propose a branch for every "project" e.g. CV64/3D driver, 53c7xx.c, ect. -- Frank Petzold, IBM Zurich Research Laboratory, Säumerstrasse 4, CH-8803 Rüschlikon/Switzerland, Tel. +41-1-724-84-42 Fax. +41-1-724-89-56 Business email: fp...@zu... Private email: pe...@he... The opinions expressed here are mine and not necessarily those of IBM. |