=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/file.c,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- src/usr.bin/cvs/file.c 2008/02/04 18:23:58 1.215 +++ src/usr.bin/cvs/file.c 2008/02/08 21:32:07 1.216 @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.215 2008/02/04 18:23:58 tobias Exp $ */ +/* $OpenBSD: file.c,v 1.216 2008/02/08 21:32:07 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau @@ -644,7 +644,7 @@ fatal("%s is supposed to be a file, but it is not", cf->file_path); - if (cf->file_ent->ce_tag != NULL) + if (cf->file_ent->ce_tag != NULL && cvs_specified_tag == NULL) tag = cf->file_ent->ce_tag; }