[EMAIL PROTECTED] writes: > > Does the HEAD tag having two different meanings?
Yes. > 1. The most recent version of the file(s) on the trunk, except > when on branch. > 2. After a commit on a branch HEAD refers to the tip of the > branch and not the tip of the trunk. No. For all subcommands other than diff, HEAD means the most recent revision on the default branch (which is usually either the trunk or the vendor branch but can be set otherwise). For diff, if there's a stick tag, it means the most recent revision on the branch referred to by the sticky tag. If there isn't a sticky tag, I think it has the same meaning as for the other subcommands. -Larry Jones It's clear I'll never have a career in sports until I learn to suppress my survival instinct. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
