Return-Path: X-Authentication-Warning: harvey.cyclic.com: majordomo set sender to owner-bug-cvs-list@harvey.cyclic.com using -f To: bug-cvs@gnu.org Subject: Checkins with a tag of "0" From: Russ Allbery Date: 04 Jan 1999 23:48:30 -0800 Sender: owner-bug-cvs-list@cyclic.com Precedence: bulk I will freely accept a pronouncement of "then don't do that then" in response to this report, but this behavior just seems rather odd: windlord:~/dvl/tmp> cvs add blah cvs add: scheduling file `blah' for addition cvs add: use 'cvs commit' to add this file permanently windlord:~/dvl/tmp> cvs commit -r0 -m'Some message' blah RCS file: /home/eagle/cvs/tmp/Attic/blah,v done Checking in blah; /home/eagle/cvs/tmp/Attic/blah,v <-- blah new revision: 0.2; previous revision: 0.1 done Note where it put the file. But it gets more fun. Note the stats in the RCS file: 0.2 date 99.01.05.07.40.18; author eagle; state Exp; branches; next 0.1; 0.1 date 99.01.05.07.40.18; author eagle; state dead; branches; next ; That's right, the 0.1 revision is dead, but the 0.2 revision lives. But the RCS file is in the attic. :) -- Russ Allbery (rra@stanford.edu)