Angus Leeming <[EMAIL PROTECTED]> writes:
| > 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
Add a TAG: current_view-TAG
| 2. create a branch tag on the that tag
| cvs rtab -b -r current_view current_view-BRANCH lyx-devel
^^^^
rtag of course.
| 3. checkout
| cvs checkout -r current_view
you want to checkout current_view-BRANCH
| 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?
No. Except that you don't have write permission to the repository.
btw. do you get the cvslog mails now?
Lgb