On Tuesday 05 December 2000 10:31, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | of niggly little issues to clean up and, in the process, we could
> | probably ditch current_view entirely.
> |
> | In the meantime, the resulting code loads up that test file from
> | yesterday.
> |
> | This seems to be a perfect for a short branch, so can you talk me
> | through how to set one up?
>
> Hmm, I recall that I sent a mail in this topic a short wile ago... why
> not look at that and come back with questions afterwards?
Found it. Thanks for jogging my memory.
1. create a tag at the current point
cvs rtag current_view lyx-devel
2. create a branch tag on the that tag
cvs rtab -b -r current_view current_view-BRANCH lyx-devel
3. checkout
cvs checkout -r current_view
4. apply my changes to this checked out code
patch -p0 < patch_buffer_transparent
5. commit the changes
cvs commit
Have I missed anything out?