>>>> "Olivier" == Olivier Galibert
<galibert(a)pobox.com> writes:
Olivier> cvs' branches management is a fucking mess.
Why is it a mess ? I find it pretty simple...
Olivier> All hail prcs[1].
Olivier> If I keep doing 'cvs update' like I always did, which branch do
Olivier> I get ? 21.0 ? 21.1-2 ? 22.0 ? 23.0 ? FSF Emacs 20.4 ?
You stay on the branch you first made your checkout from unless you explicitely
required a branch change of your working directory by using the -r switch in an
update.
You can check if you're tied to a particular branch by using the cvs status
command on any file in your working directory. This should report something in
the sticky status field if you're not on the main trunk.
Oscar