=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/client.c,v retrieving revision 1.84 retrieving revision 1.85 diff -c -r1.84 -r1.85 *** src/usr.bin/cvs/client.c 2008/01/10 09:41:52 1.84 --- src/usr.bin/cvs/client.c 2008/01/10 09:47:05 1.85 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.84 2008/01/10 09:41:52 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.85 2008/01/10 09:47:05 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 457,463 **** if (cf->file_type == CVS_DIR) return; ! if (cf->file_ent != NULL) { if (cf->file_status == FILE_ADDED) { len = strlcpy(rev, "0", sizeof(rev)); if (len >= sizeof(rev)) --- 457,463 ---- if (cf->file_type == CVS_DIR) return; ! if (cf->file_ent != NULL && cvs_cmdop != CVS_OP_IMPORT) { if (cf->file_status == FILE_ADDED) { len = strlcpy(rev, "0", sizeof(rev)); if (len >= sizeof(rev))