Hello, I've somehow got a situation when a working file without sticky tag has revision number that ought to be on branch:
$ cvs status Makefile =================================================================== File: Makefile Status: Up-to-date Working revision: 1.1.1.2 Fri Jul 13 11:46:40 2007 Repository revision: 1.1.1.2 /var/local/group/systech/cvsroot/grlib1015b2247/bin/Makefile,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) $ cvs log Makefile RCS file: /var/local/group/systech/cvsroot/grlib1015b2247/bin/Makefile,v Working file: Makefile head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: ... Head revision is 1.1, file doesn't have any sticky tags, but working revision is 1.1.1.2 ?! How to fix this? How could it at all happen? This is fresh checkout and 'cvs update -A' doesn't make any difference. $ cvs -v Concurrent Versions System (CVS) 1.11.22 (client/server) ... -- Sergei.
