Hi!

libgii 0.8.2 and libggi 2.0.2 has been tagged in CVS with 'version_0_8_2'
and 'version_2_0_2'.

The stable branch has been opened as well.


How do I checkout/update/commit from/in the devel tree?

As usual. No additional params required.



How do I checkout/update/commit from/in the stable tree?

Use the additional param -r branch_<major>_<minor> after the
commit/update command.

branch tags follow the branch_<major>_<minor> semantic.
For libgii the branch tag is 'branch_0_8' and for libggi
'branch_2_0_2'.


1. Example: cvs -z9 checkout -r branch_2_0_2 ggi-core/libggi
2. Example: cvs -z9 update -PAd -r branch_2_0_2 [files...]


You can commit in the stable tree as you do in the devel tree.



I am in the stable tree and forgot to use the -r param. What happened?

Your working tree has been changed to the devel tree. Non-committed stuff
has been merged in there. Check for possible conflicts to resolve.


How can I undo that?

Make another cvs update - but this time _with_ the -r param. Check for
possible conflicts to resolve.



I am in the devel tree and used the -r param. What happended?

Your working tree has been changed to the stable branch. Non-committed
stuff has been merged in there. Check for possible conflicts to resolve.


How can I undo that?

Make another cvs update - but this time _without_ the -r param. Check for
possible conflicts to resolve.



Check the cvs manual(s) for more information.




CU,

Christoph Egger
E-Mail: [EMAIL PROTECTED]

Reply via email to